I’ve learned different models in the examples and I think I understand how Optaplanner is working. Now an idea come to me that can I model problems in a more dynamic way, which means I can simply store the entities’ info and structure including planning entities, constraints providers and so on in my database, read them, fill them with my data and start my planning when needed? It’s like building a planning frame instead of writing planning codes, which I think may be more flexible. I’m not so sure if this is an good idea considering difficulty or other perspectives, so any discussion or idea will help and be appreciated.
I’ve learned javassist to dynamically build the entities. I’m not very sure of the complexity and difficulty.
Richard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.