Skip to content

Releases: xcsf-dev/xcsf

v.1.2.9

09 Jul 17:46
31d8cea
Compare
Choose a tag to compare

Changes:

  • Fix deserialization of tree-GP and DGP conditions (#74)
  • Update libraries (#75)

v.1.2.8

09 Jul 14:28
720ef28
Compare
Choose a tag to compare

Changes since v.1.2.7:

  • Add support for pickle to Python library (#72)

v.1.2.7

01 May 09:18
d020ec7
Compare
Choose a tag to compare

Changes since v.1.2.6:

  • Add defaults to Python API calls to allow a cleaner syntax.
  • Fix an input check on the cover parameter in predict/score.
  • Update Python cartpole example to latest version and refresh other examples.

v.1.2.6

23 Apr 21:58
fa7e795
Compare
Choose a tag to compare

Changes since v.1.2.5:

  • Add an optional argument to the Python predict/score functions that specifies the value to return for a sample if the match set is empty instead of invoking covering.

v.1.2.5

03 Oct 15:49
Compare
Choose a tag to compare

Changes since v.1.2.4:

  • Add docstrings and variable names to Python library.
  • Fix minor memory leak when printing parameters.

v.1.2.4

01 Oct 13:20
Compare
Choose a tag to compare

Changes since v.1.2.3:

  • Python library throws exceptions rather than hard exiting where possible.
  • Fix minor memory leak when printing parameters.

v.1.2.3

23 Sep 14:17
Compare
Choose a tag to compare

Changes since v.1.2.2:

  • Fix numpy subnormal warning.

v.1.2.2

20 Sep 14:29
Compare
Choose a tag to compare

Changes since v.1.2.1:

  • Best action selection now breaks ties randomly.

v.1.2.1

03 Sep 17:51
Compare
Choose a tag to compare

Changes since v.1.2.0:

  • Fix hyperrectangle_ubr json population seeding import/export asymmetry.

v.1.2.0

03 Sep 16:56
4edc676
Compare
Choose a tag to compare

Changes since v.1.1.6:

  • Added extra JSON parsing input checks.
  • Cleaned up Python examples.
  • Added Jupyter notebook examples.
  • Renamed hyperrectangle conditions with hyperrectangle_csr.
  • Added unordered-bound hyperrectangle conditions with hyperrectangle_ubr.