forked from vst/jdeoptim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
71 lines (60 loc) · 5.08 KB
/
ChangeLog
File metadata and controls
71 lines (60 loc) · 5.08 KB
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
VERS: 2016-06-09 ------- release/0.0.6
* 2016-06-09 f5b13b3 [release] Version bumped to 0.0.6 ([email protected])
* 2016-06-09 6070a20 [feature] Stopping the evolution when population best score is -Inf ([email protected])
* 2016-03-29 65cdaf7 [chore] Development version bumped to 0.0.6-SNAPSHOT ([email protected])
VERS: 2016-03-29 a75d93e release/0.0.5 ([email protected])
* 2016-03-29 4a0d90c [release] Change log updated ([email protected])
* 2016-03-29 22f2fc9 [release] Version bumped to 0.0.5 ([email protected])
* 2016-03-29 d547225 [feature] Implemented truncating trials for a given precision factor ([email protected])
* 2015-08-09 53919c2 [chore] Development version bumped to 0.0.5-SNAPSHOT ([email protected])
VERS: 2015-08-09 c1befa6 release/0.0.4 ([email protected])
* 2015-08-09 67bd1a4 [chore] Updated the Makefile to clean before deploy ([email protected])
* 2015-08-09 befa6d1 [release] Change log updated ([email protected])
* 2015-08-09 a8c5388 [release] Version bumped to 0.0.4 ([email protected])
* 2015-08-09 35a521c [feature] Implemented Strategy 3 in a similar way to R's DEoptim library ([email protected])
* 2015-07-09 9e93901 Deprecated DE class ([email protected])
* 2015-05-05 eae47d6 Corrected SCM configuration in the POM file ([email protected])
* 2015-05-05 ef47e28 Development version bumped to 0.0.4-SNAPSHOT ([email protected])
VERS: 2015-05-05 c2bf233 release/0.0.3 ([email protected])
* 2015-05-05 0f1b31f Added and updated changelog ([email protected])
* 2015-05-05 16e6f66 Version bumped to 0.0.3 ([email protected])
* 2015-05-05 1befd56 Replaced the install script with Makefile ([email protected])
* 2015-05-05 dd203eb Code makeup, satisfying lint ([email protected])
* 2015-05-05 ecfc955 Added logging and statistics field getters to the Diagnostics ([email protected])
* 2015-05-05 5495fad Bugfix for the sandbox strategy ([email protected])
* 2015-05-05 5296f0d Added Maven plugin versions to the pom file ([email protected])
* 2015-05-04 3fd8aca Removed unnecessary, commented-out console prints ([email protected])
* 2015-05-04 24e6361 Updates and fixes to tests ([email protected])
* 2015-05-04 c5a15a3 Updated the sandbox strategy to update CR and F at every trial ([email protected])
* 2015-05-04 4cfe28c Added getters for DEoptim arguments ([email protected])
* 2015-05-04 4bef43d [Bugfix] Now updating the best index properly ([email protected])
* 2015-05-04 cc56394 Implemented a new sandboxed strategy to control CR adoption ([email protected])
* 2015-05-03 442c2ed README updated ([email protected])
* 2015-05-03 a4cc036 Switched to Java 8 as resistance is futile ([email protected])
* 2015-05-03 1952439 Fixes to documentation, referring to "objective function" as "objective" ([email protected])
* 2015-05-03 948182a Skipping GPG signing on travis ([email protected])
* 2015-05-03 fc35bc9 Added travis configuration for codebase and build badge for README ([email protected])
* 2015-05-03 0bdbbf4 Quick tests added for the DEoptim contract and overall functioning ([email protected])
* 2015-05-03 9fd5807 Major refactoring, added DEoptim class with new abstractions ([email protected])
* 2015-05-03 02327b0 Renamed ObjectiveFunction to Objective for convenience, new package ([email protected])
* 2015-04-26 ab2a17f Added a generic strategy interface ([email protected])
* 2015-04-26 f22769f Implemented a context class to be used as an auxiliary data container for the evolution process ([email protected])
* 2015-04-26 e2f8044 Added a utilities class for static, auxiliary methods first being random population generator ([email protected])
* 2015-03-29 da329a4 Development version bumped to 0.0.3-SNAPSHOT ([email protected])
VERS: 2015-03-29 c425d7d release/0.0.2 ([email protected])
* 2015-03-29 82d14e0 Version bumped to 0.0.2 ([email protected])
* 2015-03-29 af38e7d Added Maven deployment descriptors ([email protected])
* 2015-03-29 06d90e3 Fixes to javadoc ([email protected])
* 2015-03-25 727872e Development version bumped to 0.0.2-SNAPSHOT ([email protected])
VERS: 2015-03-25 0e3592c release/0.0.1 ([email protected])
* 2015-03-25 dbd7d2a Version bumped to 0.0.1 ([email protected])
* 2015-03-25 09660dc Updated POM file for Maven release ([email protected])
* 2015-03-25 20fb394 Added license notice to the README file ([email protected])
* 2015-03-23 b665b96 Added support for specifying random number generator ([email protected])
* 2015-03-18 577973f Added constructor consuming the initial population, returning best score using a getter ([email protected])
* 2015-03-05 8b7bd9a Temporary implementation of reflecting values back into the boundary instead of setting the boundary value ([email protected])
* 2015-03-05 7121d62 Temporary implementation of strategy "DE/local-to-best/1/bin" as in R's DEoptim package (strategy == 2) ([email protected])
* 2015-03-05 db1c73c Bug fix for finding the best candidate ([email protected])
* 2015-03-05 1357c9d Added Maven install script ([email protected])
* 2015-02-25 53d3ec6 Initial code commit ([email protected])
* 2015-02-25 4417f2f Initial commit ([email protected])