Releases: xcsf-dev/xcsf
Releases · xcsf-dev/xcsf
v1.4.7
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.1
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 addRANDOM_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)