Open HeuristicLab-Trac-Bot opened 12 years ago
r7838 parameter configuration tree encoding initial commit
- included files from metaopt branch
- ignored mutation and crossover
- updated plugin frame
- allow to set range constraints
- provide double value factor range
- allow to set range constraints
- when parameterizing, special case for fixed value parameters
I will create a separate branch for the encoding. Additionally a new CreateExperimentDialog that uses the extracted encoding will be implemented.
- created branch for ParameterConfigurationEncoding
- added CreateExperimentDialog that uses the extracted encoding
- added problem instance selection to CreateExperimentDialog
- adopted experiment creation
- minor code improvements
- enhanced combinations count calculation
- restructured code
- minor code improvements
- added license information
r8544: ValueView now uses the TypeSelectorDialog instead of the ObjectSelectorDialog
- extracted experiment generation from encoding
- added creators
- added crossovers
- added manipulators
- added support for parameters of type
IFixedValueParameter
- minor code improvements
r8576: created branch for MetaOptimization (trunk integration)
- added
MultiDoubleValueCrossover
- fixed bug in
AverageDoubleValueCrossover
- minor code improvements
- removed multi-crossovers for integer and double values
- restructured crossovers and manipulators for integer and double values
r8648: fixed loss of valid values caused by setting optimize to true
- fixed possible deselection of all value configurations
- set
AutoScaleMode
toInherit
inOptimizableView
- moved
ValueConfigurationCheckedItemCollectionView
toParameterConfigurationEncoding
- renamed
ValueConfigurationCheckedItemCollectionView
toValueConfigurationCheckedItemListView
With r9827 I committed some modifications on the ctors of some configurations. Some ctors where removed as they were not referenced anywhere in the code.
r15171: worked on
ParameterConfigurationEncoding
- updated to .NET 4.5
- replaced
CreateExperimentDialogV2
withCreateExperimentView
- improved experiment generation
- fixed plugin dependencies and cleaned project references
Related to #2531
Please rename the branch by prepending it with the ticket number
Issue migrated from trac ticket # 1853
milestone: HeuristicLab 4.x Backlog | component: ### Undefined ### | priority: low
2012-05-16 14:26:02: @spimminger created the issue