Scikit Opt Versions Save

Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)

v0.6.5

2 years ago
  • Add a toolkit x2gray.
  • Add a crossover fuction #79

v0.6.3

3 years ago
  • Add multiprocessing&multithreading

v0.6.2

3 years ago
  • Surport 3 kinds of accelerate strategy ( vectorization, parallel, cached)
  • Surport class methods directly as the objective function

v0.6.1

3 years ago
  1. PSO now support nonlinear unequal constraint
  2. Remove unbounded algorithm from PSO

v0.5.9

3 years ago
  1. Add input&output parameters
  2. Bring all 7 algorithms into correspondence for parameters, as much as possible.

v0.5.8

3 years ago
  • Fix a critical bug in AFSA
  • make up a doc to show parameters (only Chinese now, English is on the way)

v0.5.7

3 years ago

In previous version, GA has an integer mode, which uses penalty function. It makes a lot of misunderstand, and misusage.
The integer mode is totally changed to a new algorithm in this version. #32 #37 #59

v0.5.6

4 years ago

Bug fixed #45 : input parameter in SA

v0.5.5

4 years ago

bug: #34 ASFS, ASFA, AFSA

v0.5.4

4 years ago
  • Fix a vital bug about array copy in ACA
  • GA&PSO: objective function supports vectorization calculation