-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
81 lines (50 loc) · 1.59 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Version 1.2.3
-------------
+ Updates
+ Updated waf build setup to lastest version
+ Updated dates and contact informations
+ Bugs fix
+ Fixed incorrect random number generator initialisation in test program
Version 1.2.2
-------------
Released 2010-08-25
+ Bug fix
+ The random number generator did not work properly on 64 bits architectures
+ Suppressed various warnings
Version 1.2.1
-------------
Released 2010-07-20
+ Bugs fix, compilation issues on 64 bits architectures
Version 1.2.0
-------------
Unreleased
+ Improvements
+ Optimizer stops when the best fitness does not improves for a large number
of iterations.
+ Safer code for ekStopCriterionString
Version 1.1.1
-------------
Released 2010-04-13
+ Bugs fix
+ ekCSA_setOptimizer function wasn't defined (typo)
+ Suppressed all the GCC "unused parameter" warning messages
+ Test tool exits if a command line switch misses a parameter
+ Sphinx (Documentation generator) upgraded to 0.6.5
Version 1.1.0
--------------
Released 2010-04-08
+ API additions and improvements
+ Optimizers does not handle anymore the life cycle of the point distribution
object.
+ Custom covariance matrix can be used with **CMA** and **SepCMA**
+ Bugs fix
+ Bogus matrix/matrix multiplication in some cases (lambda > N). The
consequence was that pure memory garbage was used as genuine values.
+ Updated tutorials
+ A new example in the tutorial, about the custom covariance matrix
+ Added the Ackley function to the benchmark program
+ Distribute changelog (this file)
Version 1.0.0
-------------
Released 2010-04-07
+ Initial Release