OptaPlanner core 6.0.1.Final

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.0.1.Final

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