44328157eaImplemented Maven jar-with-dependencies build Added some @Override annotations Removed buggy test cases. refs #8Fabian Becker2013-01-25 13:46:16 +00:00
ef36d09218Refactored "SetProblem" function to "setProblem". Coding Standards for the win.Fabian Becker2013-01-25 13:20:25 +00:00
ffd4041594Added MLTGA (Mutating LTGA) which mutates to generate new Individuals instead of crossover (as in the LTGA)
Alexander Seitz
2013-01-21 09:56:24 +00:00
eecbb18f51Fixed error at generation of new Individuals in LTGA, now the solution is found quicker
Alexander Seitz
2013-01-21 09:54:42 +00:00
c55a130ea0changed order of two commands in the generation of the linkage Tree in LTGA
Alexander Seitz
2013-01-21 09:30:30 +00:00
dbcf20d1e3BOA removed variable "printExtraOutputs" no longer used
Alexander Seitz
2013-01-21 09:24:56 +00:00
2f82ea1f43added elitism to LTGA
Alexander Seitz
2013-01-17 16:59:05 +00:00
cb357417a2Refactored "SetFitness" function to "setFitness". Coding Standards for the win.Fabian Becker2013-01-16 12:52:11 +00:00
0f553039e4Little fixes in LTGA (Logging, deprecated method) Refactored InterfaceOptimizer (Set* to set*)Fabian Becker2012-12-22 12:27:10 +00:00
7a6c814a56Implemented the LTGA, there are still some errors with this optimizer
Alexander Seitz
2012-12-19 13:52:31 +00:00
ee17d01f53removed the bool flag that has to be set in order to print any output
Alexander Seitz
2012-12-19 13:51:54 +00:00
e3dab9cfebadded logarithm to arbitrary base
Alexander Seitz
2012-12-17 09:14:45 +00:00
c2e37929daBugfix to restore ClosableTabComponent properly.Fabian Becker2012-12-12 14:41:47 +00:00
cd147d18beBOA correct Logging
Alexander Seitz
2012-09-30 20:03:32 +00:00
b136486eabNow BOA works as it's supposed to
Alexander Seitz
2012-09-26 07:05:36 +00:00
eb9bec2159removed previously only commented out line
Alexander Seitz
2012-09-14 07:14:19 +00:00
b05779e283Now the OK-Button doesn't revert the changes.
Alexander Seitz
2012-09-10 14:57:17 +00:00
8582b79590Code cleanup and fixing a regression that was introduced while refactoring. Optimization now rusn again as expected.Fabian Becker2012-06-20 08:42:05 +00:00
83b44f1d1aAdded package-info.java to eva2 base package.Fabian Becker2012-06-05 14:57:30 +00:00
20c0c21c02Lots of code cleanup, proper documentation and removal of unneccessary methods.Fabian Becker2012-04-23 15:25:57 +00:00
17061b1475Removed unused class LogProxy Refactored tools package and removed debugging statements / replaced them with proper calls to the logger.Fabian Becker2012-04-23 13:36:56 +00:00
e8b560a478Refactored EvAServer + RMIServer(EvA) to use a logger. Syntax clean up and variable naming according to Java conventions.Fabian Becker2012-04-20 10:28:38 +00:00
dcbb488bb9The progressBar is now _really_ visible on the bottom of the GUI. Some code has been beautified. The LoggingPanel does now add it's own log handler to the native logging which makes more sense.Fabian Becker2012-04-19 15:11:04 +00:00
0e2db96402Some cosmetics. Changed the GUI JPanel to a JToolBar and added Icons to the Buttons.Fabian Becker2012-04-19 09:34:02 +00:00
7d3d20c4b7fixes#7 ModuleServer threw the Exception while fetching the constructors of the module class. The ordering of constructors in the returned array has for some reason changed between Java 6 and 7. New code checks for a constructor with the exact number of required parameters.Fabian Becker2012-04-12 14:47:00 +00:00
a9c0f3a4cfEvA2 cannot be launched using Java Web Start in its current version.
Andreas Dräger
2012-02-21 17:39:26 +00:00
7d281e2bf0Removed Look And Feel initialization.
Andreas Dräger
2012-02-17 12:34:04 +00:00
7a760512dcRemoved the JMenuItem that allowed users to switch the look and feel of the program. This feature causes lots of problems when using EvA2 as an optimization toolbox within different programs that use another look and fee. Furthermore, none of the professional programs available allows users to switch look and feels (at most the skin of a program). Furthermore, there is the question why should somebody use a look and feel in the style of an application from 1985? This feature was not helpful at all and should therefore not be re-introduced again.
Andreas Dräger
2012-01-25 09:57:08 +00:00
63e6f72bfcTest commit to check writing permissions
radbarbeit6
2011-11-29 15:07:56 +00:00
f32b50d865Minor changes.
Andreas Dräger
2011-11-29 07:09:44 +00:00