Recent Releases of xcsf
xcsf - v1.3.0
Changes:
* Accept 1-D flattened Python inputs in fit/score/predict (#81)
* Fix setting max trials via JSON (#83)
* Remove Python seed() and add RANDOM_STATE parameter for setting seed (#86)
* Major Python API update: sklearn compatibility (#77)
* Add Python callback support with EarlyStoppingCallback (#77)
* Add parameter to read initial population from JSON; also works in stand-alone binary now (#77)
* Add hyperparameter tuning example (#77)
* Add CheckpointCallback (#88)
- C
Published by rpreen almost 3 years ago
xcsf - v.1.2.0
Changes since v.1.1.6: * Added extra JSON parsing input checks. * Cleaned up Python examples. * Added Jupyter notebook examples. * Renamed hyperrectangle conditions with hyperrectanglecsr. * Added unordered-bound hyperrectangle conditions with hyperrectangleubr.
- C
Published by rpreen almost 4 years ago
xcsf - v.1.1.5
Changes since v.1.1.4:
- Added functions to import parameters as JSON.
- Stand-alone binary config file now in JSON format.
- Python library and stand-alone config parameter setters use same JSON import functions.
- Added functions inserting classifiers into the population in JSON.
- Minor refactoring.
- C
Published by rpreen over 4 years ago
xcsf - v.1.1.3
Changes since v.1.1.2:
- Added cJSON library.
- Added functions returning/printing classifiers in JSON.
- Added functions returning/printing parameters in JSON.
- Added Python classes for visualising tree and graph conditions.
- Fixed Python read/write EASELECTTYPE asymmetry.
- Cleaned up Python interface and added input checks.
- Moved ini config to a subdirectory.
- Main executable building now optional.
- Added pypi package building and support building Windows Python 3.10.
- Updated libraries to latest versions.
- C
Published by rpreen over 4 years ago
xcsf - v.1.1.0
Changes since v.1.0.0: * Increased documentation. * Additional unit tests. * Float-to-binary changed to human readable ordering. * Fixed opening config ini file on Windows. * Minor source refactoring/cleaning. * Added neural layer initialisation parameters to file saving/loading.
- C
Published by rpreen over 5 years ago