Re: [rules-users] Coarse Grained Moves

2014-06-27 Thread DwProd .
Thanks a lot, yeah nearBySelection is probably what I would need, too bad it's not out yet :( As for the custom MoveListFactory, I found out what I'm trying to do has an off the charts complexity. It basically has to find all subsets of planning variables of a given size (combinations with

Re: [rules-users] Coarse Grained Moves

2014-06-25 Thread Geoffrey De Smet
1) There's 2 course grained moves out of the box in 6.1.0.CR1: pillarChangeMove and pillarSwapMove. And in 6.1.0.CR1 they also include subpillars (which is important). http://docs.jboss.org/drools/release/latest/optaplanner-docs/html_single/index.html#pillarChangeMoveSelector Start with trying

Re: [rules-users] Coarse Grained Moves

2014-06-25 Thread DwProd .
Thanks a lot for your answer ! 1) I don't think pillar based moves are what I'm looking for, except if I can select a pillar based on a Problem Fact (its service in my case) and then spread the different entities of the pillar on the available hosts (basically setting possibly different planning

Re: [rules-users] Coarse Grained Moves

2014-06-25 Thread Geoffrey De Smet
On 25-06-14 12:58, DwProd . wrote: Thanks a lot for your answer ! 1) I don't think pillar based moves are what I'm looking for, except if I can select a pillar based on a Problem Fact (its service in my case) and then spread the different entities of the pillar on the available hosts