Changelog
Description
Welcome to v1.1.0 release.
This is a minor release that will probably prevent retro-compatibility. Some base structures were changed in order to enhance the library performance.
Essentially, new structures were created to provide the bulding tools for tree-based evolutionary algorithms, such as Genetic Programming.
Additionally, we added a constants module to the utilities package and an exception module. This will help guiding the users when inputting wrong information.
MultiFunction was renamed to WeightedFunction, which is more suitable according to its usage.
History have been reworked as well, making it possible to dynamically create properties through the `dump()` method.
Please read the docs at: [opytimizer.readthedocs.io](https://opytimizer.readthedocs.io)
Also, stay tuned for our next updates!
Includes (or changes)
- examples/applications
- core.node
- function.weighted
- math.general
- optimizers.gp
- opytimizer
- spaces.tree
- tests
- utils.constants
- utils.exceptions
- utils.history