#224 closed feature request (done)
Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA)
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: GP | Version: | 3.2 |
Keywords: | Cc: |
Description
Change History (29)
comment:1 Changed 16 years ago by gkronber
- Milestone changed from 3.1 to 3.2
- Version changed from 3.1 to 3.2
comment:2 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:3 Changed 16 years ago by gkronber
- Status changed from assigned to new
comment:4 Changed 16 years ago by gkronber
- Component changed from StructureIdentification to GP
comment:5 Changed 16 years ago by gkronber
- Status changed from new to assigned
comment:6 Changed 16 years ago by gkronber
comment:7 Changed 16 years ago by gkronber
- fixed missing project file.
- fixed operator graph of standard GP engine.
comment:8 Changed 16 years ago by gkronber
fixed persistence of hard-coded standard GP and added operators to track the best solution on the validation set with r1052.
comment:9 Changed 16 years ago by gkronber
added operators to clean up when algorithm is finished with r1074.
comment:10 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:11 Changed 16 years ago by gkronber
implemented hard-coded GP with offspring selection for regression problems with r1201.
comment:12 Changed 16 years ago by gkronber
fixed a few minor glitches in hard-coded GP algos with r1202.
comment:13 Changed 16 years ago by gkronber
Worked on !OffspringSelectionGP with r1235 in CEDMA refactoring branch. Merge to trunk pending.
comment:14 Changed 16 years ago by gkronber
Fixed bugs in OffspringSelectionGP and the associated editor with r1236.
comment:15 Changed 16 years ago by gkronber
Improved structure of OffspringSelectionGP and StandardGP hard-coded algorithms with r1238.
comment:16 Changed 16 years ago by gkronber
Reintoduced MaxEvaluatedSolutions stopping criterion for hard-coded OffspringSelectionGP with r1239.
comment:17 Changed 16 years ago by gkronber
- 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).
comment:18 Changed 16 years ago by gkronber
Improved StandardGP and OffspringSelectionGP variants for classification and time-series with r1251.
comment:19 Changed 16 years ago by gkronber
Renamed StructIdProblemInjector classes to ProblemInjector with r1252.
comment:20 Changed 16 years ago by gkronber
Added separate editors for StandardGP and OffspringSelectionGP variants for time series forecasting with r1253.
comment:21 Changed 16 years ago by gkronber
Fixed a few minor issues in hard-coded StandardGP and OffspringSelectionGP variants with r1254.
comment:22 Changed 16 years ago by gkronber
Fixed a few issues in persistence of hard-coded GP algorithms with r1262.
comment:23 Changed 16 years ago by gkronber
Added GPL license headers with r1263.
comment:24 Changed 16 years ago by gkronber
Made 'Autoregression' a parameter of the problem (moved creation of variable 'Autoregression' to ProblemInjector) with r1265.
comment:25 Changed 16 years ago by gkronber
Merged change sets from CEDMA branch to trunk:
- r1051:1053 r1060 (#419, #224)
- r1201:1202 (#224)
- r1235:1236 r1238:1239 r1245 (#224)
- r1251:1254 r1262:1263 (#224)
with r1287.
comment:26 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
Increased minor version of CEDMA and GP plugins with r1290.
comment:27 Changed 16 years ago by gkronber
Created branches of version 3.2 plugins with: r1293:1301
comment:28 Changed 14 years ago by swagner
- Milestone changed from Iteration 2 to Current
Milestone Iteration 2 deleted
comment:12 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
created class for a 'hard-coded' standard GP in the branch for #419 with r1050.