Skip to content

Chips-n-Salsa, v2.9.0

Compare
Choose a tag to compare
@cicirello cicirello released this 20 Mar 16:59
· 1539 commits to master since this release
49bcba1

[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.