|
a57c4f6504
|
Add CLI class
Add Parameter annotation
|
2013-07-22 10:06:50 +02:00 |
|
|
f46dd95d77
|
Refactoring GUI classes to subpackages.
|
2013-07-22 10:06:06 +02:00 |
|
|
885fededed
|
Remove TRACE variable
|
2013-07-22 09:51:05 +02:00 |
|
|
85ec784da2
|
Further refactoring to clear up package structure.
|
2013-07-19 16:44:59 +02:00 |
|
|
a4c45b6295
|
Renamed eva2.populations package to eva2.population
|
2013-07-19 15:46:53 +02:00 |
|
|
3b3c44ffc6
|
Refactoring InterfaceGOParameters to the more generic InterfaceOptimizationParameters.
|
2013-07-19 15:21:00 +02:00 |
|
|
5297968fd2
|
Refactoring
|
2013-07-16 11:30:54 +02:00 |
|
|
bf1af304dd
|
Lots of refactoring.
* Renamed m_foo variables to proper names.
* Renamed methods with abbreviated names
* Code formatting for better readability
* Removed commented code
|
2013-06-25 16:20:51 +02:00 |
|
|
bcf9e6fd6f
|
Fix matlab interface.
pom.xml now targets Java 1.6 since Matlab can't handle 1.7.
|
2013-06-24 15:46:24 +02:00 |
|
|
b4d90e411e
|
Added .idea to gitignore
|
2013-06-21 14:51:14 +02:00 |
|
|
2b28187e89
|
Merge branch 'master' of https://bitbucket.org/halfdan/eva
|
2013-06-21 14:50:44 +02:00 |
|
Sebastian Otte
|
128ab7187f
|
Add eclipse project files to gitignore
|
2013-03-18 14:44:58 +01:00 |
|
|
9c405a12ee
|
Code cleanup of PDDifferentialEvolution class. Removed commented code.
|
2013-03-18 14:40:22 +01:00 |
|
Sebastian Otte
|
ef6d2839f1
|
Added class.
|
2013-03-18 14:30:57 +01:00 |
|
|
b1b2fa83a0
|
Create README.md
|
2013-03-08 16:53:06 +01:00 |
|
|
1bcd5054d8
|
Add serialization files to .gitignore
|
2013-03-06 12:19:34 +01:00 |
|
|
bb1942055e
|
Fix hard-coded namespace names in several files.
|
2013-03-06 12:18:50 +01:00 |
|
|
88d6c93931
|
Reformatted several files, code cleanup
|
2013-02-25 16:18:04 +01:00 |
|
|
6edf5a50f6
|
Add .gitignore
|
2013-02-25 16:17:41 +01:00 |
|
|
ef33adf805
|
Deleted useless class.
|
2013-02-25 16:17:24 +01:00 |
|
|
0e9107523e
|
Add jChart2d to pom.xml
|
2013-02-25 16:06:23 +01:00 |
|
|
8263d18a21
|
Huge commit to refactor package name eva2.server.go to eva2.optimization.
|
2013-02-15 15:12:34 +01:00 |
|
|
effd0d9313
|
refs #8
Further cleanup of logging.
|
2013-02-13 16:25:46 +00:00 |
|
|
d93c8bf2b0
|
refs #8
Further cleanup of logging.
|
2013-01-31 15:56:53 +00:00 |
|
|
d474eebfa2
|
refs #24 and #25
Last RMI occurences have been removed. Free Willy is officially dead. Hooray!
Also, code formatting :)
|
2013-01-31 13:42:59 +00:00 |
|
|
b0ab7aba0c
|
Huge change that refs #24 and #25
All RMI has been removed. GUI not working properly right now, but at least the code compiles.
|
2013-01-31 11:15:55 +00:00 |
|
|
a4fe1498f2
|
Huge change that refs #24 and #25
All RMI has been removed. GUI not working properly right now, but at least the code compiles.
|
2013-01-31 11:15:05 +00:00 |
|
|
0d339aba22
|
Code styling.
Removed TimeSeries class. Not used inside EvA2 and therefore obsolete.
|
2013-01-29 14:06:36 +00:00 |
|
|
bcf7a9a8a2
|
refs #25, #24
Should be the last of the huge commits.
|
2013-01-29 14:02:48 +00:00 |
|
|
550e9956d8
|
refs #25, #24
Organized imports and some minor fix-ups
|
2013-01-29 13:52:30 +00:00 |
|
|
736ada3517
|
refs #25, #24
More refactoring.. refactor all the things :/
|
2013-01-29 13:46:28 +00:00 |
|
|
c16a592a26
|
refs #25
Some 2400 @Overrides added... LAWL
|
2013-01-29 13:37:25 +00:00 |
|
|
d3ea94fe5c
|
refs #25
Refactoring, renaming and better comments.
|
2013-01-29 11:18:39 +00:00 |
|
|
27f94e088e
|
Update dependencies to latest version.
|
2013-01-25 14:14:15 +00:00 |
|
|
44328157ea
|
Implemented Maven jar-with-dependencies build
Added some @Override annotations
Removed buggy test cases.
refs #8
|
2013-01-25 13:46:16 +00:00 |
|
|
ef36d09218
|
Refactored "SetProblem" function to "setProblem". Coding Standards for the win.
|
2013-01-25 13:20:25 +00:00 |
|
Alexander Seitz
|
ffd4041594
|
Added MLTGA (Mutating LTGA) which mutates to generate new Individuals instead of crossover (as in the LTGA)
|
2013-01-21 09:56:24 +00:00 |
|
Alexander Seitz
|
eecbb18f51
|
Fixed error at generation of new Individuals in LTGA, now the solution is found quicker
|
2013-01-21 09:54:42 +00:00 |
|
Alexander Seitz
|
c55a130ea0
|
changed order of two commands in the generation of the linkage Tree in LTGA
|
2013-01-21 09:30:30 +00:00 |
|
Alexander Seitz
|
dbcf20d1e3
|
BOA removed variable "printExtraOutputs" no longer used
|
2013-01-21 09:24:56 +00:00 |
|
Alexander Seitz
|
2f82ea1f43
|
added elitism to LTGA
|
2013-01-17 16:59:05 +00:00 |
|
|
cb357417a2
|
Refactored "SetFitness" function to "setFitness". Coding Standards for the win.
|
2013-01-16 12:52:11 +00:00 |
|
|
0f553039e4
|
Little fixes in LTGA (Logging, deprecated method)
Refactored InterfaceOptimizer (Set* to set*)
|
2012-12-22 12:27:10 +00:00 |
|
Alexander Seitz
|
7a6c814a56
|
Implemented the LTGA, there are still some errors with this optimizer
|
2012-12-19 13:52:31 +00:00 |
|
Alexander Seitz
|
ee17d01f53
|
removed the bool flag that has to be set in order to print any output
|
2012-12-19 13:51:54 +00:00 |
|
Alexander Seitz
|
e3dab9cfeb
|
added logarithm to arbitrary base
|
2012-12-17 09:14:45 +00:00 |
|
|
c2e37929da
|
Bugfix to restore ClosableTabComponent properly.
|
2012-12-12 14:41:47 +00:00 |
|
Alexander Seitz
|
cd147d18be
|
BOA correct Logging
|
2012-09-30 20:03:32 +00:00 |
|
Alexander Seitz
|
b136486eab
|
Now BOA works as it's supposed to
|
2012-09-26 07:05:36 +00:00 |
|
Alexander Seitz
|
eb9bec2159
|
removed previously only commented out line
|
2012-09-14 07:14:19 +00:00 |
|