OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.size
Interface TabuSizeStrategy

All Known Implementing Classes:
AbstractTabuSizeStrategy, EntityRatioTabuSizeStrategy, FixedTabuSizeStrategy, ValueRatioTabuSizeStrategy

public interface TabuSizeStrategy


Method Summary
 int determineTabuSize(LocalSearchStepScope stepScope)
           
 

Method Detail

determineTabuSize

int determineTabuSize(LocalSearchStepScope stepScope)
Parameters:
stepScope - never null
Returns:
>= 0

OptaPlanner core 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.