-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design and Architecture of project #334
Comments
Do you mean "how does the solving approach works"? Or rather "what are the dependency for the project"?
I have no knowledge of .net so I wouldn't be able to comment much. If you aim at building the project on Windows, then I know of a couple users that have done that successfully (please browse closed tickets for more insights). If you want to use the C++ code directly, then please check #42 and this example.
We use the C++17 standard. How it's available and usable in .net is beyond the scope here. |
Yes i mean how does the solving approach work? |
I should get around to writing a more comprehensive explanation about this and push it to the wiki, but the short answer is:
Because heuristic tuning is tricky depending on the kind of problem, we usually run several instances of the above in parallel with different parameters, then pick the best solution. For more details, you may be interested in this talk for SoTM 2018. The features have significantly increased since but the overall principle is described in more details with some examples. I'm afraid if you then really want to go deeper into how it works, you'll have to dive into the code. |
Your input will be appreciated
The text was updated successfully, but these errors were encountered: