644 Commits

Author SHA1 Message Date
Alexander Dörr
74f7bdd92d debug 2010-02-11 16:27:54 +00:00
Alexander Dörr
cd2e3a3e49 fixed bugs with eventprocessing 2010-02-11 12:19:53 +00:00
Michael de Paly
4771d08c04 adapted to the mathematics changes 2010-02-11 01:15:53 +00:00
Michael de Paly
7b42db0f51 adapted to the mathematics changes 2010-02-11 01:15:29 +00:00
Michael de Paly
3f363f54a1 s-metric removal 2010-02-11 01:06:32 +00:00
Michael de Paly
d6e4223f80 new constructor with initial eta 2010-02-11 01:06:12 +00:00
Michael de Paly
569379d18f private=>protected for some methods 2010-02-11 01:05:23 +00:00
Michael de Paly
952d3585a0 fixed the lister handling 2010-02-11 01:04:09 +00:00
Alexander Dörr
7a44617da0 fixed bug with event processing 2010-02-09 11:09:19 +00:00
Alexander Dörr
41b4f9a322 RKSolver with events 2010-02-04 17:28:57 +00:00
Alexander Dörr
18c772f61c add Classes for event-driven DES 2010-02-04 15:46:17 +00:00
Michael de Paly
7fc968ae34 2010-02-02 16:22:20 +00:00
Michael de Paly
5d0d441812 Added additional version of optimizetoind without fileoutput 2010-02-02 01:31:34 +00:00
Michael de Paly
c955f4a955 Added support for multiple listeners to DE 2010-02-02 01:30:49 +00:00
Michael de Paly
e504a92519 2010-01-22 17:22:35 +00:00
Michael de Paly
3af8d5cd25 Multiobjective DE now makes sense and works after the DEMO scheme 2010-01-22 17:22:29 +00:00
Marcel Kronfeld
bb67e727bb Merged Mathematics class 2010-01-08 09:31:46 +00:00
Andreas Dräger
00ddb505ac Restructured eva2 package. 2010-01-07 14:49:58 +00:00
Andreas Dräger
6b0b0aa5b7 Restructured eva2 package. 2010-01-07 14:08:22 +00:00
Andreas Dräger
6239abebe4 Restructured eva2 package. 2010-01-07 14:04:52 +00:00
Andreas Dräger
0182242720 Moved DES package under math. 2010-01-07 13:19:28 +00:00
Andreas Dräger
004ad51265 Moved Mathematics class into tools.math package. 2010-01-07 09:10:19 +00:00
Michael de Paly
395ffb044c cloned the fitness array to avoid conflicts with optimizers which replaced the fitness without cloning the individual 2009-12-16 16:48:58 +00:00
Andreas Dräger
9843be0855 2009-11-30 11:53:33 +00:00
Marcel Kronfeld
d55016e36e Cosmetics 2009-11-23 12:18:42 +00:00
Marcel Kronfeld
2dadd447f5 Even Cooler error message for GradientDescentAlgorithm. 2009-11-20 13:35:04 +00:00
Marcel Kronfeld
f40f00e891 Changelog update. 2009-11-20 11:03:23 +00:00
Marcel Kronfeld
567b7ef1b7 Gradients for F6 (Rastrigins) 2009-11-20 10:48:43 +00:00
Marcel Kronfeld
77395aa7b8 Cooler error message for GradientDescentAlgorithm. 2009-11-20 10:20:15 +00:00
Marcel Kronfeld
943dc67d3c Zombie file removal. 2009-11-20 09:56:35 +00:00
Marcel Kronfeld
c26b394763 Commit of MK branch revs. 393 and 396. Updates to stats, clustering plus all new CBNEA. 2009-11-20 09:55:56 +00:00
Michael de Paly
22c8c0e998 2009-11-19 17:07:07 +00:00
Marcel Kronfeld
88879683a4 Some repairs (GradientDescentAlgorithm, F1 and F2 are now derivable); renamed Population.m_Size to m_TargetSize to avoid misunderstandings; Exceptions are now caught and their messages tried to display in a JOptionPane in addition to printing to System.err. 2009-11-19 16:56:28 +00:00
Michael de Paly
c84b1486b1 2009-11-19 03:11:47 +00:00
Marcel Kronfeld
45fb50d766 Repaired output over Matlab interface 2009-11-11 13:43:27 +00:00
Marcel Kronfeld
6142b21ea8 Merging MK revs 383:386 (pimpifications) 2009-11-04 09:31:15 +00:00
Marcel Kronfeld
87b8877d5d Minor cosmetics. 2009-10-21 13:44:16 +00:00
Marcel Kronfeld
0416188dd6 Cleared a bug with JScrollPane and dynamically changing GUI fields. 2009-10-20 17:15:58 +00:00
Marcel Kronfeld
2819e9c170 A new clustering method -- addition. 2009-10-20 16:10:05 +00:00
Marcel Kronfeld
d7c31b6c05 A new clustering method. 2009-10-20 15:35:35 +00:00
Marcel Kronfeld
d9050fb822 Merging MK branch revs. 370, 346:363 2009-10-19 10:13:56 +00:00
Marcel Kronfeld
08ab9a7d58 Misc stuff (ant-file, Matlab-interface) 2009-10-19 10:08:35 +00:00
Marcel Kronfeld
ca490cf482 New GP node and help-file for GenericConstraint. 2009-10-19 10:04:05 +00:00
Michael de Paly
e56af4fb60 provided protected getters and setter for parentlogging to allow derived classes access to the logging features 2009-10-16 15:56:49 +00:00
Marcel Kronfeld
e173da91e1 Corrected offsets for F*Problems 2009-10-14 15:42:01 +00:00
Michael de Paly
f9213d167f children now have the correct generation counter 2009-10-09 16:03:16 +00:00
Michael de Paly
4ce58888d9 added multithreading for multiobjective problems 2009-10-08 01:22:10 +00:00
Michael de Paly
8fce8d5e89 PropertyPanel is now scrollable if needed 2009-10-07 15:03:48 +00:00
Michael de Paly
ba9070a102 changed m_show from private to protected 2009-09-30 00:17:38 +00:00
Marcel Kronfeld
e9733307d9 Minor adaptions due to move wsi.ra --> eva2.tools 2009-09-16 14:07:58 +00:00