tr7zw commented on issue #239:
URL: 
https://github.com/apache/incubator-kie-optaplanner-quickstarts/issues/239#issuecomment-1722244219

   Going to chime in too. Currently working on my Bachelor's Thesis about 
solving the timetable problem using Genetic algorithms. I was able to hack in 
my implementation as a parallel option to the normal timetable quarkus example, 
but I fail to get any meaningful modification to the optaplanner code. All the 
documentation talks about having XML files for configuration, but in the 
Quarkus examples there is basically no config anywhere except for 3-4 values in 
the application.properties, and everything just gets "magically" 
injected/configured(apparently mainly with default values?). Having a full 
example with an actual XML config and a benchmark config+code showing off 
different algorithms and datasets would be nice(especially since the 
[current](https://github.com/apache/incubator-kie-optaplanner-quickstarts/blob/stable/use-cases/school-timetabling/src/test/java/org/acme/schooltimetabling/solver/TimeTableBenchmarkTest.java)
 benchmark basically doesn't do anything productive).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to