You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During POC work it's very handy to be able to drop a score analysis in System.out.print().
ScoreExplanation has this, with the getSummary() method. It shows all constraints and the top 3 constraint matches per constraint.
Why only top 3 matches? In practice during debugging you need to know the first match often, to be able to prove the constraint is there with one match. But the other 297 matches are verbosity that kills the usefulness of getSummary() for debugging purposes. So top 3 is ideal.
If matches weren't fetched, no matches are shown in summary().
ScoreAnalysis summary() and/or toString()
ConstraintAnalysis toString()
Docs showing a score analysis summary like for ScoreExplenation
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
During POC work it's very handy to be able to drop a score analysis in System.out.print().
ScoreExplanation has this, with the getSummary() method. It shows all constraints and the top 3 constraint matches per constraint.
Why only top 3 matches? In practice during debugging you need to know the first match often, to be able to prove the constraint is there with one match. But the other 297 matches are verbosity that kills the usefulness of getSummary() for debugging purposes. So top 3 is ideal.
If matches weren't fetched, no matches are shown in summary().
The text was updated successfully, but these errors were encountered: