Use completeMoveTabuSize, that's the real tabu search. The partialMoveTabuSize is an experiment of mine, which "fades out" the being of tabu, after the completeMoveTabuSize step have been taking. See AbstractTabuAccepter implementation. Haven't done many experiments with it yet, not sure if it's worth anything.
With kind regards, Geoffrey De Smet [email protected] schreef: > Hi all, > > What is the difference between completeMoveTabuSize and partialMoveTabuSize? > > By what method compares the current move with moves in the tabu list? > > > thanks, > Marco > > > > ------------------------------------------------------------------------ > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
