Skip to content

Releases: guofei9987/scikit-opt

Version 0.6.5

28 Jun 12:45
Compare
Choose a tag to compare
  • Add a toolkit x2gray.
  • Add a crossover fuction #79

version 0.6.3

27 Mar 15:31
Compare
Choose a tag to compare
  • Add multiprocessing&multithreading

Version 0.6.2

13 Mar 12:53
Compare
Choose a tag to compare
  • Surport 3 kinds of accelerate strategy ( vectorization, parallel, cached)
  • Surport class methods directly as the objective function

Version 0.6.1

20 Nov 12:55
Compare
Choose a tag to compare
  1. PSO now support nonlinear unequal constraint
  2. Remove unbounded algorithm from PSO

Version 0.5.9

29 Aug 08:09
Compare
Choose a tag to compare
  1. Add input&output parameters
  2. Bring all 7 algorithms into correspondence for parameters, as much as possible.

Version 0.5.8

07 Aug 14:59
Compare
Choose a tag to compare
  • 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

08 Jun 16:43
Compare
Choose a tag to compare

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

Version 0.5.6

18 Apr 15:22
Compare
Choose a tag to compare

Bug fixed #45 : input parameter in SA

version 0.5.5

31 Jan 17:40
Compare
Choose a tag to compare

bug: #34 ASFS, ASFA, AFSA

version 0.5.4

26 Dec 12:24
Compare
Choose a tag to compare
  • Fix a vital bug about array copy in ACA
  • GA&PSO: objective function supports vectorization calculation