Changelog
Description
Welcome to v1.0.2 release. We have added methods for supporting hypercomplex representations. From math modules to new spaces, we do support any hypercomplex approach, ranging from complexes to octonions.
A History class has been added as well. It will server as the one to hold vital information from the optimization task. In the future, we will support visualization and plots graphing.
Also, internal class has been removed. All of its contents were moved to core.function module. For now, this will be our new structure (there is a slighly chance to be modified in the future to accomodate multi-objective functions).
Finally, we have tests. Every test is implemented, making a 100% score of coverage. Please refer to the wiki in order to running them.
Please stay tuned for our next updates!
Includes
- math.hypercomplex
- spaces
- utils.history
- tests (100% coverage)
Excludes
- functions