Description
The XLEMOO framework consists of various files, or modules, with classes and functions to implement, train, and study LEMOO models. The contents of each file are roughly the following:
Module |
Description |
|---|---|
|
Contains the main logic and functionalities to implement LEMOO models. |
|
Contains functionalities to extract and interpret rule set based machine learning models, mainly from the imodels package. |
|
Contains functionalities to extract and interpret tree based machine learning models. |
|
Contains implementations of various fitness indicators used in LEMOO models. |
|
Contains selection operators utilized in the evolutionary mode of LEMOO models. |
|
Contains various utilities that can be used across the XLEMOO framework. |
|
Contains means to plot information related to the populations generated by LEMOO models. |