AdaptiveRotationStrategy constructor
AdaptiveRotationStrategy({})
Creates a new AdaptiveRotationStrategy
Implementation
AdaptiveRotationStrategy({
this.learningRate = 0.1,
this.explorationRate = 0.2,
this.minWeight = 0.1,
this.maxWeight = 10.0,
this.decayFactor = 0.99,
});