981 Commits

Author SHA1 Message Date
Fabian Becker
c28401e19d First attempt at Markdown-ifying the text output 2015-12-02 13:17:22 +01:00
Fabian Becker
41280c8d01 Random cleanup 2015-12-02 11:46:27 +01:00
fd95772fc8 Merge branch '37' into 'master'
Implement custon combo box item renderer

fixes #37

See merge request !2
2015-12-02 11:41:20 +01:00
Fabian Becker
5e176c426a Implement custon combo box item renderer
fixes #37
2015-12-02 11:33:11 +01:00
Fabian Becker
637a9afa82 Optimize imports 2015-11-30 16:28:18 +01:00
Fabian Becker
5a6210ff04 Remove unused classes and fix a few typos 2015-11-30 15:09:09 +01:00
Fabian Becker
a0b554d3ec Extract main method out of MainFrame
- Allows setting App name on Mac OS X
- Clearer structure
2015-11-30 13:20:32 +01:00
Fabian Becker
5a5606fdd5 Typo/Code cleanup 2015-11-30 13:06:34 +01:00
fbf6617dda Merge branch 'code-cleanup' into 'master'
Automated code cleanup with IntelliJ 15



See merge request !1
2015-11-30 12:54:19 +01:00
Fabian Becker
2f2f935294 Automated code cleanup with IntelliJ 15 2015-11-30 12:43:10 +01:00
0132c09c69 Several fixes, cleanup. 2015-01-13 14:20:59 +01:00
01ae0fb9bd Added Zakharov problem 2014-12-20 13:26:59 +01:00
76bbf3ca2f Problem documentation. 2014-12-20 13:10:34 +01:00
164ccd8a9d Don't set the native Look and Feel on Linux 2014-12-08 16:47:16 +01:00
f01258fff1 Fix Step function and add test for known optimum. 2014-12-01 19:22:30 +01:00
b19d1c5d39 Fix GGABC (Gbest-Guided) and correctly count function calls. 2014-12-01 18:41:12 +01:00
794eeed998 Fix NullPointerException in PropertyCellRenderer 2014-12-01 16:12:51 +01:00
b1e5c7a410 Properly deactivate auto-aging 2014-12-01 12:32:26 +00:00
b75da91ead Add scout count info as additional data for output. 2014-12-01 12:23:12 +00:00
d80ac15142 Implement isAutoAging to deactivate auto-aging of individuals on incrGeneration.
Used by various instances of the ABC
2014-12-01 12:11:14 +00:00
d7b677c6b8 Added test for F23 Problem 2014-11-26 21:51:04 +01:00
2e9343bf74 Add new Generalized Schaffer function as F23Problem
Preserve best solution found in ABC
2014-11-24 10:38:48 +01:00
801c3513e7 Refactoring of ABC. 2014-11-23 19:18:05 +01:00
510170be50 Refactored ABC
refs #36
2014-11-23 14:56:42 +01:00
08f7b92f86 Fix Artificial Bee Colony by using inverse fitness probability 2014-11-22 19:34:04 +01:00
6ae2aa28b9 Finally getting rid of the eva2.optimization.go package
- Moved GUI related stuff (StandaloneOptimization, MOCCOStandalone, ...) to eva2.gui
- Moved InterfaceOptimizationParameters and implementations up to eva2.optimization
- Moved Processor out of modules
2014-11-22 11:48:17 +01:00
031e5b432a Add Population serializer. 2014-11-18 19:32:19 +01:00
ad7a5ea86c New CPUPanel to show process load vs. system load.
Small cleanup.
2014-11-18 17:15:40 +01:00
91549862f1 Removed a few tiptexts from GA 2014-11-18 16:02:35 +01:00
0479716f43 Refactor DE and add Rand/2 strategy 2014-11-18 11:34:59 +01:00
563c407f0b New --version flag to show current EvA2 version. 2014-11-18 11:34:43 +01:00
7f5f3c5cea Show useful info for classes with subtypes.
closes #35
- Show assignable subtypes
- Rename YamlStatistics to CommandLineStatistics
2014-11-16 14:47:17 +01:00
e5c8322d78 Properly format --help output.
refs #35
2014-11-16 00:51:00 +01:00
35bd5c4a9e Added ParameterGenerator for Command Line interface.
Added --help parameter to show help for CLI mode.

refs #35
2014-11-15 12:00:06 +01:00
17263cc023 Graceful fallback when .yml files fail to load.
Only save params once per optimization.
2014-11-15 07:08:14 +01:00
667e069bcc Initialize Look and Feel seperately. 2014-11-15 06:38:10 +01:00
ca108a5d97 Fix performance issue with CLI execution (SnakeYAML doesn't perform well
when serializing large objects)
Implement easier access for terminators.
2014-11-14 17:55:23 +01:00
5a80cb781e Processor thread now has a name.
Fix several html files.
2014-11-14 15:38:26 +01:00
b8b44b7644 Code cleanup, comments, javadoc fixes. 2014-11-14 14:33:56 +01:00
553002c834 Complete Yaml output for CLI mode.
Cleanup of AbstractStatistics
2014-11-14 11:32:05 +01:00
2e1f862718 YamlStatistics mostly implemented. 2014-11-13 18:22:14 +01:00
c3eddfbee4 Removes deprecated method createNextGenerationPerformed from
InterfaceStatistics. This was only used in EvA2ESModel.
2014-11-13 17:57:49 +01:00
ca70b48bd2 Fixed comment fuckup where simple was replaced with eva2.problems.simple
Implements YamlStatistics in cli.Main
A few fixes in the processor to allow GUI-less optimization
2014-11-13 17:49:40 +01:00
3627d33df5 Cleanup. 2014-11-13 17:23:35 +01:00
153b6e3974 Correctly repaint JobList when optimization is done. 2014-11-13 17:13:52 +01:00
4326044a1b Organize imports.
Fix missing data header in F8Problem.
Fix several tip texts.
2014-11-13 14:50:13 +01:00
83194f4d04 Hide stats field and use parameter annotation. 2014-11-13 11:06:32 +01:00
a2ddf25ce6 Random cleanup and start of CLI log implementation. 2014-11-12 19:23:21 +01:00
9ea3f4d464 Fix image references and name changes. 2014-11-12 19:23:03 +01:00
014fd85beb Refactor EVAHELP and remove it. 2014-11-12 14:35:58 +01:00