Timeline
03/21/08:
- 14:43 Ticket #74 (Implement ES Manipulation Operator for RealVector) closed by
- fixed: more is probably not necessary for the moment
- 14:42 Ticket #77 (Fix success rule adjustment for small amounts of lambda) created by
- If the amount of lambda is small the success rule per generation is …
- 14:33 Ticket #76 (Replace button for 'plus' or 'comma' ES with radiobutton) closed by
- fixed: fixed in r87
- 14:33 Changeset [87] by
-
Changed ES strategy switch from button to radiobutton as per request #76
- 14:10 Ticket #76 (Replace button for 'plus' or 'comma' ES with radiobutton) created by
- Gimme!
- 13:27 Ticket #75 (Fix tab order in ESEditor) closed by
- fixed: fixed in r86
- 13:26 Ticket #64 (Add the possibility to use recombination in ES) closed by
- fixed: closed in r86
- 13:26 Changeset [86] by
-
Added the possibility to use Recombination in ES (ticket #64)
- Added ES-specific RandomSelector that creates lambda parent groups of non repeating parents
- Added the two recombination types: discrete and intermediate for RealVector
- Updated the ES UI
03/20/08:
- 18:44 Ticket #75 (Fix tab order in ESEditor) created by
- 18:40 Changeset [85] by
-
worked on ticket #74
- Added a NormalAllPositionsManipulator
- 18:40 Ticket #74 (Implement ES Manipulation Operator for RealVector) created by
- 16:19 Ticket #73 (Implement variable mutation strength mutation for permutation) closed by
- fixed: fixed in r84
- 16:18 Changeset [84] by
-
fixed ticket #73
- removed code duplicating operators in Permutation
- added general VariableStrengthRepeatingManipulator
- 16:13 Ticket #73 (Implement variable mutation strength mutation for permutation) created by
- Some of these operators were added in r83. It was decided that it …
- 00:09 Ticket #72 (Plugin assemblies are not found when debugging HeuristicLab) closed by
- worksforme
03/19/08:
- 23:46 Changeset [83] by
-
Added two operators that can make use of different mutation strengths (by applying them repeatedly a number of times)
- 17:27 Ticket #70 (scope.Clone() causes an error) closed by
- fixed: Fixed in r82 This problem occurred because null was used as the …
- 17:18 Changeset [82] by
-
Fixed ticket #70
- added new data element NullData for representing a null value
- used NullData as value for the marker variable in CombinedOperator
- 14:34 Ticket #72 (Plugin assemblies are not found when debugging HeuristicLab) created by
- When debugging HeuristicLab an exception is thrown that some plugin …
- 13:35 Ticket #71 (Implement enhanced mutation strength adjustment) created by
- Success Rule is good only for simple problems with a similar …
- 13:32 Ticket #61 (Change success rule adjustment to be optional) closed by
- fixed: fixed in r81
- 13:32 Changeset [81] by
-
fixed #61 regarding ES
- 12:41 Changeset [80] by
-
Updated dependencies
- 12:29 Ticket #70 (scope.Clone() causes an error) created by
- An error occurs when calling scope.Clone(). This method is currently …
- 12:27 Ticket #60 (Change current success probability to target success probability ...) closed by
- fixed: fixed in r79
- 12:27 Changeset [79] by
-
fixed #60 regarding ES
- 12:23 Ticket #63 (Catch invalid ES configurations in the UI) closed by
- fixed: fixed in r78
- 12:23 Ticket #66 (Use different form of child selection) closed by
- fixed: fixed in r78
- 12:23 Changeset [78] by
- 11:16 Ticket #59 (RandomTreeCreator and 'shaking' manipulators are broken after the ...) closed by
- worksforme: This issues seems to have been resolved with #67 (r77) or #68 (r78)
- 10:41 WorkbenchesHL3 edited by
- added link to SGP page (diff)
- 10:32 Ticket #69 (Implement evaluation operators for classification problems) created by
03/18/08:
- 16:02 Ticket #67 (Adapt accessing of variables in scopes according to changes of ...) closed by
- fixed: Fixed in r77 Variable access in all operators has been adapted. …
- 16:00 Changeset [77] by
-
Fixed ticket #67
- adapted accessing of variables in operators due to changes of variable lookup and the new name aliasing mechanism (actual/formal name translations should not be done directly anymore; instead the new method Scope.TranslateName should be used)
- 15:56 Ticket #68 (Aliases are not removed after an operator has been executed) closed by
- fixed: Fixed in r76
- 15:56 Changeset [76] by
-
Fixed ticket #68
- removed aliases again after an operator has been executed
- 15:54 Ticket #68 (Aliases are not removed after an operator has been executed) created by
- After executing an operator the operator's aliases remain in the …
- 12:22 Ticket #67 (Adapt accessing of variables in scopes according to changes of ...) created by
- Due to the changes of the variable lookup and the new variable name …
- 12:15 Ticket #65 (Implement operator for checking bounds of a real vector) closed by
- fixed: Closed in r75
- 12:15 Changeset [75] by
-
Fixed ticket #65
- added operator BoundsChecker
- 11:49 Ticket #66 (Use different form of child selection) created by
- Random selection should be used to select the children
- 11:26 Ticket #65 (Implement operator for checking bounds of a real vector) created by
- For checking the bounds of a real vector, another operator called …
- 11:13 Ticket #62 (Add the possibility to use recombination in ES) closed by
- duplicate: see #64
- 11:12 Ticket #64 (Add the possibility to use recombination in ES) created by
- 11:12 Ticket #63 (Catch invalid ES configurations in the UI) created by
- when using point lambda cannot be lower than mu,…
- 11:11 Ticket #62 (Add the possibility to use recombination in ES) created by
- 10:04 Ticket #61 (Change success rule adjustment to be optional) created by
- 10:02 Ticket #60 (Change current success probability to target success probability ...) created by
- The ES needs to start with the current successprobability set to the …
- 00:51 Ticket #15 (Implement crossover and mutation operators for real vectors) closed by
- fixed
- 00:49 Changeset [74] by
-
Worked on ticket #15
- renamed crossover operators for real vectors according to lecture slides of maffenze
- 00:40 Changeset [73] by
-
Worked on ticket #15
- adapted interfaces of static Apply methods
- added missing variable info Maximization in HeuristicCrossover
- simplified code
- 00:12 Changeset [72] by
-
Formatted code
03/17/08:
- 20:50 Changeset [71] by
-
Added SGA-like ES interface (ref ticket #18)
- 18:14 Changeset [70] by
-
Worked on ticket #15
- added crossover and manipulation operators implemented by adoppelb
- 10:24 Ticket #51 (Implement List<T> methods for ItemList<T>) closed by
- fixed: Added wrapper for ConvertAll and a few other methods in r69. …
- 10:22 Changeset [69] by
-
Ticket #51: Added ItemList wrapper for ConvertAll and a few other methods
03/16/08:
03/14/08:
- 23:29 Ticket #58 (Cloning of ItemList returns an ItemList<IItem>) closed by
- fixed: Fixed again by adding patch of pspitzli in r68
- 23:28 Changeset [68] by
-
Worked on ticket #58
- added patch of pspitzli
- 23:18 Ticket #58 (Cloning of ItemList returns an ItemList<IItem>) reopened by
- 01:34 Changeset [67] by
-
Updated setup
- 01:16 Ticket #40 (Implement Equals and GetHashCode method for ObjectData) closed by
- fixed: Finished in r66
- 01:16 Changeset [66] by
-
Closed ticket #40
- implemented Equals and GetHashCode in ObjectData
- 01:05 Ticket #52 (Action "File->New->SGA" throws exception) closed by
- fixed: Fixed in r65
- 01:05 Changeset [65] by
-
Fixed ticket #52
- adapted plugin HeuristicLab.SGA according to changes in CombinedOperator, OperatorExtractor and ItemList
- 00:45 Ticket #58 (Cloning of ItemList returns an ItemList<IItem>) closed by
- fixed: Fixed in r64
- 00:45 Changeset [64] by
-
Fixed ticket #58
- adapted cloning in ItemList to return an instance of ItemList instead of an instance of ItemList<IItem>
- 00:22 Ticket #58 (Cloning of ItemList returns an ItemList<IItem>) created by
- Cloning of ItemList returns an instance of ItemList<IItem> which …
03/13/08:
- 23:56 Ticket #57 (Split operators into operators and operator calls) created by
- To enhance operator modularization operators should be splitted into …
- 23:52 Ticket #48 (Refactor operator modularization concept) closed by
- fixed: Finished refactoring of the operator modularization concept and …
- 23:40 Changeset [63] by
-
Worked on ticket #48
- removed experimental version of CombinedOperator
- adapted Aliases in IScope interface
- 23:21 Changeset [62] by
-
Worked on ticket #48
- deleted branch Modularization
- 23:20 Changeset [61] by
-
Worked on ticket #48
- merged changes from branch Modularization (r55:59) back into trunk again
- 18:01 Ticket #56 (Warning before closing an unsaved algorithm) created by
- 17:22 Ticket #55 (The variable "ShakingFactor" is not correctly handled in ...) created by
- Shakers enqueue the function specific manipulation operation and do …
- 12:31 ES_TSP edited by
- (diff)
- 12:31 ES_TSP edited by
- (diff)
- 12:31 ES_TSP edited by
- (diff)
- 12:26 ES_TSP edited by
- (diff)
- 12:25 ES_TSP created by
- 12:19 WorkbenchesHL3 edited by
- Added (mu+lambda)-ES workbench (diff)
- 12:18 Ticket #54 (Create a HL 3.0 Release branch) created by
- The release branch is only updated with bug fixes. Changes should be …
03/11/08:
- 18:26 Changeset [60] by
-
Ticket #51: Added wrappers for Find, FindIndex, Sort and Reverse
03/10/08:
- 14:47 Ticket #53 (Missing file AliasEventArgs (in modularization branch)) closed by
- fixed: Fixed in r59
- 14:47 Changeset [59] by
-
Fixed ticket #53
- added missing file AliasEventArgs.cs
- 11:18 Ticket #53 (Missing file AliasEventArgs (in modularization branch)) created by
- 01:24 Changeset [58] by
-
Worked on ticket #48
- removed automatic injection of variables in CombinedOperator
- 00:33 Changeset [57] by
-
Worked on ticket #48
- adapted persistence of scopes
- minor other changes
03/07/08:
- 23:52 Changeset [56] by
-
Worked on ticket #48
- added aliases to handle formal/actual name translations in scopes
- 21:28 Changeset [55] by
-
Worked on ticket #48
- created a branch to experiment with some severe architectural changes for better supporting operator modularization
- 11:09 Ticket #52 (Action "File->New->SGA" throws exception) created by
- NullPointerException in SGA.cs - CreateVariableInjection() […] …
- 03:07 Changeset [54] by
-
Worked on ticket #48
- still playing around with CombinedOperator