Opened 16 years ago
Closed 16 years ago
#617 closed task (done)
ES interface doesn't always reset lambda in the comma strategy
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: ES | Version: | 3.2 |
Keywords: | Cc: |
Description
When switching to the comma strategy in the ES, lambda has to be at least as large as mu. However changing lambda it was prevented to set it to equal mu, as there would be no optimization taking place. However, this can cause confusion when 1/1,1 is the initial configuration, which the user then sets to 1/1,20 and is confused that he/she can't set it back to 1/1,1 again. Thus, and probably for educational reasons, it is allowed to set lambda equal to mu.
Btw, this ticket is longer than the fix to the problem
Change History (2)
comment:1 Changed 16 years ago by abeham
- Status changed from new to assigned
comment:2 Changed 16 years ago by abeham
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
fixed in r1785