from github conversation:
planningEntityTabuAcceptor.setTabuSize(5);
How is this going to work if, for example, I only have 3 entities in my problem? Will it result in zero moves being accepted?
Yes but solution tabu sucks, so thats a bad default. Maybe the tabu size can be limited to the entity size minus 1?