954 Commits

Author SHA1 Message Date
691f3d06d9 Removed NamingBox class
Added Description annotation for several classes and removed the globalInfo functions
2013-10-11 22:25:11 +02:00
8229b145ee Added new Annotation to replace the static globalInfo methods used everywhere.
OptimizationEditorPanel now reads the annotated class description for ToolTips.
2013-10-11 21:50:27 +02:00
e9d9709788 Refactoring of LoggingPanel and logger in general 2013-10-11 21:26:07 +02:00
2e9954e99b Refactored Terminator example 2013-10-11 21:26:03 +02:00
7a9df6307b Remove duplicate class. Where the hell did it come from? 2013-10-11 20:43:21 +02:00
cc736955d8 Code cleanup for PBILPopulation 2013-10-11 18:12:50 +02:00
ac220652c1 Moving IndividualInterface to eva2.optimization.individuals. package 2013-10-11 16:31:28 +02:00
2c82732428 Refactoring and proper naming for all the things \o/ 2013-10-11 16:21:46 +02:00
77e0e3ae73 Several fixes and refactoring. 2013-10-11 15:41:33 +02:00
1f81075aee Use TreeMap to have natural sorting
Create list of Problems from interface
2013-10-08 16:44:17 +02:00
e38111aafd Select only instantiable classes
refs #3
2013-10-08 16:14:52 +02:00
05cb20f64c Adding reflections library to dynamically look up classes that implement a certain type
Changing CLI implementation to provide first parameters
2013-10-01 21:57:18 +02:00
099601cf2a Fix syntax error for insertion on Map (put instead of add)
refs #3
2013-09-27 15:49:28 +02:00
18187f94bc Changing version in pom.xml to 2.2.0 for next release and removing normi tag 2013-09-27 15:39:03 +02:00
288bdbdd36 More refactoring on public methods 2013-09-27 13:13:43 +02:00
bbaead0515 More refactoring. 2013-09-13 14:09:36 +02:00
c3dce7ac1b More refactoring. 2013-09-11 16:40:56 +02:00
2f99e23676 Change static final variable names to uppercase according to convention 2013-09-11 13:36:14 +02:00
09cf295554 Reformat all Code. 2013-07-22 15:37:56 +02:00
4bbcf937dc Rename EvA* classes to Optimization* 2013-07-22 15:29:55 +02:00
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