Releases: guofei9987/scikit-opt
Releases · guofei9987/scikit-opt
Version 0.6.5
- Add a toolkit x2gray.
- Add a crossover fuction #79
version 0.6.3
- Add multiprocessing&multithreading
Version 0.6.2
- Surport 3 kinds of accelerate strategy ( vectorization, parallel, cached)
- Surport class methods directly as the objective function
Version 0.6.1
- PSO now support nonlinear unequal constraint
- Remove unbounded algorithm from PSO
Version 0.5.9
- Add input&output parameters
- Bring all 7 algorithms into correspondence for parameters, as much as possible.
Version 0.5.8
- Fix a critical bug in AFSA
- make up a doc to show parameters (only Chinese now, English is on the way)
Version 0.5.7
Version 0.5.6
Bug fixed #45 : input parameter in SA
version 0.5.5
bug: #34 ASFS, ASFA, AFSA
version 0.5.4
- Fix a vital bug about array copy in ACA
- GA&PSO: objective function supports vectorization calculation