You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[2.9.0] - 2021-3-20
Added
Added an implementation of the TwoMax problem.
Added an implementation of a variation of the TwoMax problem, but
with two global optima, unlike the original version which has one
global and one sub-optimal local optima.
Added an implementation of Ackley's Trap function, an artificial
search landscape with one global optima, and one sub-optimal local
optima, where most of the search space is within the attraction basin
of the local optima.
Added an implementation of Ackley's Porcupine function, an artificial
search landscape with one global optima, and an exponential number of
local optima, a very rugged landscape.