470 Commits

Author SHA1 Message Date
Marcel Kronfeld
7d7dcb5ce0 Addition to statistics interface. 2010-09-29 07:42:53 +00:00
Andreas Dräger
170c92046d Removed unnecessary @override tags that cause problems in J1.5. 2010-09-29 07:22:10 +00:00
Marcel Kronfeld
e57a2eaea2 Some extensions to the ExternalRuntimeProblem. Changed PropertyDoubleArray and its generic editor to work with multi-dim. arrays (type double[][]). 2010-09-28 12:57:38 +00:00
Marcel Kronfeld
915fba3645 Allow setting "close all frames on client close" 2010-09-22 13:42:38 +00:00
Marcel Kronfeld
9ab769275c Solution object from AbstractStatistics is now a data array. 2010-09-22 11:58:35 +00:00
Marcel Kronfeld
140b56cee2 Avoid exception on plotting infite data points. 2010-09-22 08:26:27 +00:00
Marcel Kronfeld
25134617c3 Additional switch against GUI dead-locks 2010-09-22 07:52:30 +00:00
Andreas Dräger
61d409ce4c When adding a WindowListener to EvA's GUI, the JFrame now gets a name so that the listener can identify this frame more easily. The name is simply the class name of EvAClient. 2010-09-21 16:02:40 +00:00
Marcel Kronfeld
631be1307c Allow adding window listeners to the EvA2 JFrame instance. 2010-09-21 15:49:51 +00:00
Andreas Dräger
ded074f31b Improved plotting capabilities. 2010-09-20 15:10:27 +00:00
Marcel Kronfeld
59ce3e693b Commit of MK branch rev. 647 (minor change to AbstractStatistics/StringSelection) 2010-09-17 14:02:18 +00:00
Marcel Kronfeld
33dc1be0bf DE update: the meaning of k was inverted w.r.t. literature, this is now changed. 2010-09-17 13:06:45 +00:00
Marcel Kronfeld
53d9762da5 Always check PropertyChangeSupport for null 2010-09-14 16:23:20 +00:00
Marcel Kronfeld
07451b5e61 A static symbol for the solution data column. 2010-09-14 15:56:56 +00:00
Marcel Kronfeld
dcdf96c111 Slight change to PSP 2010-09-14 14:37:51 +00:00
Andreas Dräger
d9beb829b6 2010-09-06 11:03:25 +00:00
Andreas Dräger
128c2545e0 Added get methods for the values stored in the pair. 2010-09-06 10:57:11 +00:00
Marcel Kronfeld
e91ff6082f Slight addition to Plot. 2010-09-02 14:35:12 +00:00
Marcel Kronfeld
cf3e9aa7b9 Added possibility to update the main client GUI after changes made in the API 2010-09-02 13:35:05 +00:00
Marcel Kronfeld
09ef318b93 Slight change of the InterfaceDataListener (AbstractStatistics) - header and meta info fields should not depend on a population. 2010-09-02 12:32:19 +00:00
Marcel Kronfeld
8aeb94411e Minor cosmetics -- added option to (de)activate numbering of graph legend entries. 2010-09-01 14:39:19 +00:00
Andreas Dräger
49b4c99529 Moving DES system from base package to probs package 2010-09-01 13:49:17 +00:00
Andreas Dräger
654e3e8a93 A new function for vector scaling and addition. 2010-08-31 17:07:56 +00:00
Andreas Dräger
65ce36b901 Added generated serial version identifier. 2010-08-24 14:57:52 +00:00
Andreas Dräger
cde9129555 In Java 1.5 @Override tags must not be used when implementing methods from an interface. 2010-08-24 14:54:26 +00:00
Marcel Kronfeld
500366d036 Minor bugfix, synch with MK branch. 2010-08-23 12:13:28 +00:00
Marcel Kronfeld
2b7303d35c Minor comment additions to StringSelection 2010-08-18 14:38:44 +00:00
Marcel Kronfeld
2229c1ccda Minor additions to StringSelection 2010-08-18 14:32:30 +00:00
Holger Franken
b4a46c6589 Minor cosmetics. 2010-08-18 13:59:43 +00:00
Holger Franken
ff940e98ea Bugfix in AbstractEAIndividual (dominance crit.) 2010-08-18 13:40:27 +00:00
Holger Franken
e9dec6cdde Per dimension borders for AbstractMultiObjectiveOptimizationProblem 2010-08-18 12:56:20 +00:00
Marcel Kronfeld
397c40c35e Updating doc and ant-build. 2010-08-16 16:19:06 +00:00
Marcel Kronfeld
78e68dd624 Cosmetics in MO-CMA-ES 2010-08-16 13:44:31 +00:00
Marcel Kronfeld
cde1d3618a Changes due to public ant build.xml 2010-08-16 13:23:55 +00:00
Marcel Kronfeld
0497184e51 A mini ant build file for public distribution (sync with mk branch) 2010-08-16 12:32:49 +00:00
Marcel Kronfeld
0ccf1fe395 Ant file update (minor, synch with mk branch) 2010-08-16 12:28:06 +00:00
Marcel Kronfeld
ba304a5a75 Ant file update 2010-08-16 11:57:22 +00:00
Marcel Kronfeld
ab6b7f2794 Minor changes. 2010-08-16 11:57:09 +00:00
Marcel Kronfeld
c4ebba116f Updated EvAInfo, version number. 2010-08-16 10:15:53 +00:00
Marcel Kronfeld
45c6627862 Minor change (in sync with MK branch) 2010-08-16 10:15:16 +00:00
Marcel Kronfeld
24e57f68ed Cosmetics (synch with MK branch) 2010-08-16 08:35:56 +00:00
Marcel Kronfeld
1220e81039 Tuning of the new terminators. 2010-08-16 08:22:11 +00:00
Marcel Kronfeld
453520096f New popup menu for FunctionArea 2010-08-13 15:27:03 +00:00
Marcel Kronfeld
e708eebd93 Modified HTML-help 2010-08-13 14:20:03 +00:00
Marcel Kronfeld
aa3c903645 Restructured Terminators, added ParetoFrontTerminator (may terminate on a pareto metric) and an alternative comparator using weighted recombinations of the individual fitness (and a terminator that employs this). 2010-08-13 14:05:51 +00:00
Andreas Dräger
e12ab22e31 removed classpath 2010-08-09 11:03:36 +00:00
Marcel Kronfeld
0ec063bcff Merging mk branch revs. 587:589 (tool tips for statistics data fields), part 2 2010-08-06 11:20:26 +00:00
Marcel Kronfeld
8e87ce1720 Cosmetics (in sync with MK) 2010-08-06 11:20:16 +00:00
Marcel Kronfeld
85732ec88d Merging mk branch revs. 587:589 (tool tips for statistics data fields) 2010-08-06 11:17:56 +00:00
Marcel Kronfeld
050af6e8e0 Merging MK branch rev 586 (best-of-run in AbstractStatistics) 2010-08-05 15:31:17 +00:00