Commit Graph

18 Commits

Author SHA1 Message Date
5d63aed4b0 Change more of the CLI implementation. 2013-12-10 18:03:17 +01:00
321796d2c4 Renamed eval function to evaluate.
Implemented more of CLI core.
2013-12-10 15:49:22 +01:00
30381f4c04 Create JSON object with optimization details.
ToDo:
- Store JSON to file
- Fix sync issue with generation 1 duplicate
2013-12-10 11:50:37 +01:00
b005bb7a96 Implemented DE Parameter selection from CLI 2013-12-09 22:41:43 +01:00
7a7f8f0d67 Add new Artificial Bee Optimizer
Refactor method name and fix typos.
Implement partial cli optimizer selection.
2013-12-09 15:19:48 +01:00
fc2ea13611 Lots of documenation
Refactoring
Read CLI params
2013-12-09 00:25:25 +01:00
46e4e4e80f Added some package info declarations to package-info.java files. 2013-12-06 20:25:37 +01:00
4b14e53689 Add two new MANIFEST files.
- eva2.cli for build with cli.Main as Main-Class
- eva2.gui for build with gui.Main as Main-Class

fixes #12
2013-11-29 11:18:34 +01:00
cc9b29147f Stuff. 2013-10-29 11:43:29 +01:00
35044c2a1c Added package-info.java to all packages
Some more refactoring
2013-10-12 19:38:34 +02:00
595d0084a9 Reformat code and optimize imports.
Language Level changed to 1.7
2013-10-12 13:49:50 +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
288bdbdd36 More refactoring on public methods 2013-09-27 13:13:43 +02:00
a57c4f6504 Add CLI class
Add Parameter annotation
2013-07-22 10:06:50 +02:00