ffxiv-craft-opt-web
ffxiv-craft-opt-web copied to clipboard
Limit Maximum Length does not appear to be working
Required Information
Class: All Level: 70 Craftsmanship: 1645 Control: 1529 CP: 400 Recipe Name: Cloud Pearl Recipe Level: 64 Solver Seed: 121446
Expected Behaviour
A macro is generated with maximum 15 steps
Actual Behaviour
A macro is generated (which works nicely) with as many as 30 steps
Steps To Reproduce
Appears to work with any recipe that I have tried on multiple computers
Did you rerun the Solver after setting the max length?
I've tried resetting and starting and going back to simulator and solving from there and neither seem to confine it to 15 steps
The max length is implemented as a penalty in the solver's objective function. In other words, sequences evaluated by the solver which exceed the max length are not completely excluded, just considered worse than sequences which don't exceed the max length. If the sequences which do not exceed the max length are otherwise poor solutions (low quality, unreliable, etc.) then the solver may still pick the longer sequence as the "best".