Configuring solver phases via Python #1511
aijorgenson
started this conversation in
General
Replies: 1 comment 1 reply
-
You can use timefold-solver/python/python-core/src/main/python/config/_config.py Lines 206 to 208 in cf87aa7 The programmatic SolverConfig API is minimal (and does not allow configuring of phases except through XML), and there are a few features not implemented in Python like custom moves/move filters. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to configure solver phases via python without having an XML file? I'm not seeming to find anything in the docs but it seems like it should be possible.
Beta Was this translation helpful? Give feedback.
All reactions