The user can enable any of the following authoring events:-
- Add row
- Delete row
- Add column
- Delete column
- Edit column
Furthermore entries can be annotated with an explanation or deleted (although deleted entries remain in the underlying repository).

All things Artificial Intelligence related: Rules, Processes, Events, Agents, Planning, Ontologies and more :)
Guvnor - Guided Decision Table Audit Log
Drools & jBPM Drop in Centre - This Friday @ Red Hat Summit
Instance | Hard Score | Soft score | Better than original |
---|---|---|---|
B1 | 0 | - 3 747 407 470 | 51 % |
B2 | 0 | - 1 059 414 398 | 80 % |
B3 | 0 | - 163 774 536 | 97 % |
B4 | 0 | - 4 677 922 316 | 49 % |
B5 | 0 | - 923 842 568 | 93 % |
B6 | 0 | - 9 525 882 691 | 25 % |
B7 | 0 | - 15 313 722 822 | 60 % |
B8 | 0 | - 1 214 588 654 | 91 % |
B9 | 0 | - 15 885 640 056 | 32 % |
B10 | 0 | - 18 814 086 531 | 55 % |
Average | 63 % |
Roadef 2012 first results for B datasets with Planner
Drools and jBPM workshop for Washington DC completley sold out!!! AGAIN!!!!
FLOSS Weekly Drools Planner interview
Drools and jBPM workshop for New York completley sold out!!!
Drools&jBPM Drop in Centre at JBoss World (Open to All)
Drools & jBPM Workshops : June : WDC NYC
Just in time selectors in Planner
Drools & jBPM Workshops : June : WDC NYC
OpenShift running Drools Planner
Guvnor translations move to Zanata
Quick start with Drools Planner
planningEntityTabuSize
values (5
, 7
, 11
and 13
) combined with 3 minimalAcceptedSelection
values (500
, 1000
and 2000
), resulting in 12 solver configurations.<plannerBenchmark>
...
<inheritedSolverBenchmark>
...
</inheritedSolverBenchmark>
<#list [5, 7, 11, 13] as planningEntityTabuSize>
<#list [500, 1000, 2000] as minimalAcceptedSelection>
<solverBenchmark>
<name>entityTabu ${planningEntityTabuSize} acceptedSelection ${minimalAcceptedSelection}</name>
<solver>
<localSearch>
<selector>
<selector>
<moveFactoryClass>...CloudComputerChangeMoveFactory</moveFactoryClass>
</selector>
<selector>
<moveFactoryClass>...CloudProcessSwapMoveFactory</moveFactoryClass>
</selector>
</selector>
<acceptor>
<planningEntityTabuSize>${planningEntityTabuSize}</planningEntityTabuSize>
</acceptor>
<forager>
<minimalAcceptedSelection>${minimalAcceptedSelection}</minimalAcceptedSelection>
</forager>
</localSearch>
</solver>
</solverBenchmark>
</#list>
</#list>
</plannerBenchmark>
Matrix benchmarking in Planner