OptimizationTestFunctions
OptimizationTestFunctions copied to clipboard
Collection of optimization test functions and some useful methods for working with them
Results
1
OptimizationTestFunctions issues
Sort by
recently updated
recently updated
newest added
Hi, I think, I found bug in Ackley definition. According to [provided link](https://www.sfu.ca/~ssurjano/ackley.html), We should apply Square root on square term ([`s1`](https://github.com/PasaOpasen/OptimizationTestFunctions/blob/main/OptimizationTestFunctions/functions.py#L56)). But it didn't apply. In order to fix...