heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
38 stars 16 forks source link

Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA) #224

Closed HeuristicLab-Trac-Bot closed 15 years ago

HeuristicLab-Trac-Bot commented 16 years ago

Issue migrated from trac ticket # 224

milestone: HeuristicLab 3.3.0 | component: ZZZ OBSOLETE: GP | priority: low | resolution: done

2008-08-02 11:31:47: @gkronber created the issue

HeuristicLab-Trac-Bot commented 16 years ago

2008-09-26 11:13:28: @gkronber changed milestone from 3.1 to 3.2

HeuristicLab-Trac-Bot commented 16 years ago

2008-09-26 17:05:44: @gkronber changed status from new to assigned

HeuristicLab-Trac-Bot commented 16 years ago

2008-09-26 17:07:12: @gkronber changed status from assigned to new

HeuristicLab-Trac-Bot commented 16 years ago

2008-11-17 23:50:19: @gkronber changed component from StructureIdentification to GP

HeuristicLab-Trac-Bot commented 15 years ago

2008-12-21 19:23:49: @gkronber changed status from new to assigned

HeuristicLab-Trac-Bot commented 15 years ago

2008-12-21 22:42:06: @gkronber commented


created class for a 'hard-coded' standard GP in the branch for #419 with r1050.

HeuristicLab-Trac-Bot commented 15 years ago

2008-12-22 09:38:16: @gkronber commented


r1051:

  • fixed missing project file.
  • fixed operator graph of standard GP engine.
HeuristicLab-Trac-Bot commented 15 years ago

2008-12-22 15:21:00: @gkronber commented


fixed persistence of hard-coded standard GP and added operators to track the best solution on the validation set with r1052.

HeuristicLab-Trac-Bot commented 15 years ago

2008-12-31 19:48:17: @gkronber commented


added operators to clean up when algorithm is finished with r1074.

HeuristicLab-Trac-Bot commented 15 years ago

2009-01-23 00:19:17: @s-wagner changed milestone from 3.2 to Iteration 0

HeuristicLab-Trac-Bot commented 15 years ago

2009-01-23 00:19:17: @s-wagner commented


Milestone 3.2 deleted

HeuristicLab-Trac-Bot commented 15 years ago

2009-02-04 22:44:17: @gkronber commented


implemented hard-coded GP with offspring selection for regression problems with r1201.

HeuristicLab-Trac-Bot commented 15 years ago

2009-02-04 23:02:03: @gkronber commented


fixed a few minor glitches in hard-coded GP algos with r1202.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-02 09:39:32: @gkronber commented


Worked on OffspringSelectionGP with r1235 in CEDMA refactoring branch. Merge to trunk pending.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-02 16:32:04: @gkronber commented


Fixed bugs in OffspringSelectionGP and the associated editor with r1236.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-02 17:23:29: @gkronber commented


Improved structure of OffspringSelectionGP and StandardGP hard-coded algorithms with r1238.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-02 17:32:46: @gkronber commented


Reintoduced MaxEvaluatedSolutions stopping criterion for hard-coded OffspringSelectionGP with r1239.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-04 16:13:50: @gkronber commented


  • Moved DatasetShuffler from plugin HeuristicLab.GP.StructureIdentification.Classification to plugin HeuristicLab.DataAnalysis.
  • Added variants of StandardGP and OffspringSelectionGP for classification and time-series analysis.

in the CEDMA branch with r1245 (merge to trunk pending).

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-05 10:51:42: @gkronber commented


Improved StandardGP and OffspringSelectionGP variants for classification and time-series with r1251.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-05 11:03:54: @gkronber commented


Renamed StructIdProblemInjector classes to ProblemInjector with r1252.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-05 13:02:00: @gkronber commented


Added separate editors for StandardGP and OffspringSelectionGP variants for time series forecasting with r1253.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-05 13:27:41: @gkronber commented


Fixed a few minor issues in hard-coded StandardGP and OffspringSelectionGP variants with r1254.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-05 18:33:06: @gkronber commented


Fixed a few issues in persistence of hard-coded GP algorithms with r1262.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-05 18:36:05: @gkronber commented


Added GPL license headers with r1263.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-05 20:05:44: @gkronber commented


Made 'Autoregression' a parameter of the problem (moved creation of variable 'Autoregression' to ProblemInjector) with r1265.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-08 12:51:37: @gkronber commented


Merged change sets from CEDMA branch to trunk:

with r1287.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-09 08:35:22: @gkronber changed status from assigned to closed

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-09 08:35:22: @gkronber removed resolution

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-09 08:35:22: @gkronber commented


Increased minor version of CEDMA and GP plugins with r1290.

HeuristicLab-Trac-Bot commented 15 years ago

2009-03-09 10:26:58: @gkronber commented


Created branches of version 3.2 plugins with: r1293 to r1301

HeuristicLab-Trac-Bot commented 14 years ago

2010-11-15 01:32:44: @s-wagner changed milestone from Iteration 2 to Current

HeuristicLab-Trac-Bot commented 14 years ago

2010-11-15 01:32:44: @s-wagner commented


Milestone Iteration 2 deleted

HeuristicLab-Trac-Bot commented 14 years ago

2010-11-15 17:53:05: @s-wagner changed milestone from Current to HeuristicLab 3.3.0

HeuristicLab-Trac-Bot commented 14 years ago

2010-11-15 17:53:05: @s-wagner commented


Milestone Current deleted