Changes between Version 200 and Version 201 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/26/10 05:55:57 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v200 v201 40 40 * A problem should inject a variable that indicates its dimensionality (sometimes you want to set values depending on the dimension of the problem). 41 41 * swagner: In a discussion with abeham it was decided that a problem dimension parameter is not really required. 42 * The description in the start page should show the respective icon or menu entry as crop out of a screenshot in the explanation of what to do.43 * swagner: Added some button images in r3225.44 42 * Adding a new parameter through the GUI and choosing a `ConstrainedValueParameter` does not make sense as the set of valid values cannot be defined anywhere in the GUI. The parameter will never be able to take a value. Additionally, switching the view for this `ConstrainedValueParameter` to a `ValueParameterView` and setting a value there leads to an exception. The `ValueParameterView` should not be a view for the `ConstrainedValueParameter`. 45 43 * Adding a new `ValueParameter<T>` could create a default value if T is instantiable. For most !ValueParameters you will want to have a value upon creation.