Skip to content

Tags: hosford42/xcs

Tags

v1.0.0

Toggle v1.0.0's commit message
Delinting

Minor adjustment

v1.0.0a8

Toggle v1.0.0a8's commit message
Docstrings for HaystackProblem

Added docstrings to the HaystackProblem class.

v1.0.0a7

Toggle v1.0.0a7's commit message
Added kludge to work around setuptools bug

The setuptools module is introducing newlines into PKG-INFO. Added a
kludge script to handle all the prep-work for registering the package,
including dealing with this issue.

v1.0.0a6

Toggle v1.0.0a6's commit message
Added kludge to work around setuptools bug

The setuptools module is introducing newlines into PKG-INFO. Added a
kludge script to handle all the prep-work for registering the package,
including dealing with this issue.

v1.0.0a5

Toggle v1.0.0a5's commit message
Improved tutorial

Added instructions for getting the Python interpreter, and made some
formatting improvements.

v1.0.0a4

Toggle v1.0.0a4's commit message
Population printing and better version tracking

- Single version number is now tracked in the module itself as
__version__; setup.py reads this for consistency.
- Defined __str__ on Population and RuleMetadata (plus __lt__ on
RuleMetadata for consistent rule sorting in string representation)

v1.0.0a3

Toggle v1.0.0a3's commit message
Version 1.0.0a3

v1.0.0a2

Toggle v1.0.0a2's commit message
Version 1.0.0a2

v1.0.0a1

Toggle v1.0.0a1's commit message
action set subsumption

Got action set subsumption working.
At this point, the entire algorithm has been implemented. Ready for a
new release.

v1.0.0a0

Toggle v1.0.0a0's commit message
fix documentation