Skip to content

v1.1

Compare
Choose a tag to compare
@javism javism released this 25 Jan 14:57
· 272 commits to master since this release
  • Fixed several issues:
    • Fixed many errors.
    • RBF parameter is only allowed for KDLOR since it was not effective in other methods
    • Bugs with condor and ini files
    • Modified inifile to be case sensitive with keys.
    • Types defined in ini files have to match the object properties types.
  • Added Key/value parameteres for Algorithm constructors
  • Parameters validation are now completely done in Algorithm, there Experiments is now Algorithm type agnostic.
  • runAlgorithm receives and structure of parameters
  • Updated documentation with three tutorials
  • Added more example datasets
  • Added code and ini examples
  • Added NNPOM and NNOP methods.