Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 14 years ago

#1394 closed enhancement (done)

Separate NormalAllPositionsManipulator in a self-adaptive and normal variant

Reported by: abeham Owned by: abeham
Priority: medium Milestone: HeuristicLab 3.3.3
Component: Encodings.RealVectorEncoding Version: 3.3.3
Keywords: Cc:

Description

Currently the NormalAllPositionsManipulator assumes a sigma of 1 if not otherwise specified in the StrategyParameter.

The current operator should be split in two variants, one that is self-adaptive and the other that assumes a fixed sigma.

Change History (4)

comment:1 Changed 14 years ago by abeham

  • Status changed from new to accepted

r5385

  • Separated NormalAllPositionsManipulator into FixedNormalAllPositionsManipulator and SelfAdaptiveNormalAllPositionsManipulator.cs
  • Classname and behavior of SelfAdaptiveNormalAllPositionsManipulator.cs remains to be the same as NormalAllPositionsManipulator for backwards compatibility reasons

comment:2 Changed 14 years ago by abeham

  • Owner changed from abeham to swagner
  • Status changed from accepted to reviewing

comment:3 Changed 14 years ago by swagner

  • Owner changed from swagner to abeham
  • Status changed from reviewing to readytorelease

Change looks good. Thanks.

comment:4 Changed 14 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.2 to 3.3.3
Note: See TracTickets for help on using tickets.