-
Updated
Sep 4, 2020 - Java
solver
Here are 655 public repositories matching this topic...
-
Updated
Aug 9, 2020 - C++
-
Updated
Jun 14, 2020 - C++
-
Updated
Aug 28, 2020 - C
-
Updated
Aug 25, 2020 - Julia
-
Updated
Sep 3, 2020 - C++
-
Updated
Dec 5, 2019 - C++
-
Updated
Aug 27, 2020 - C
-
Updated
Apr 15, 2020 - Python
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
isQuestion() || sentence.isQuest() occurs frequently all over the place
https://github.com/opennars/opennars/search?utf8=%E2%9C%93&q=isQuestion%28%29+%7C%7C+sentence.isQuest%28%29&type=
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
May 17, 2020 - Swift
-
Updated
Sep 4, 2020 - Jupyter Notebook
-
Updated
Jul 28, 2020 - C
-
Updated
Jul 16, 2020 - C++
-
Updated
Aug 29, 2020 - Python
-
Updated
Aug 31, 2020 - Python
-
Updated
Sep 4, 2020 - Julia
Hi! I am very new to Rust, so I apologize if this ends up being a naive question.
So, for my robot motion optimization application, I have created an objective function and gradient function in the required format using closures, but the closure types are FnMut’s rather than Fn’s. This leads to the compiler complaining since the OpEn library forces the objective and gradient functions to be F
-
Updated
Sep 4, 2020 - C++
-
Updated
Sep 4, 2020 - C++
-
Updated
Sep 4, 2020 - MATLAB
-
Updated
Feb 25, 2019 - C++
-
Updated
Sep 2, 2020 - C#
Improve this page
Add a description, image, and links to the solver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the solver topic, visit your repo's landing page and select "manage topics."
Expected behavior
limit the first search strategy to 1 second in solve THEN use the second strategy (to improve the best so far solution)
Actual behavior
search.limit Monitor are attach to search and not strategy.
Minimal Working Example
Experienced with choco-solver-4.0.4
solv.setSearch(
new AbstractStrategy[] {
Search.intVarSearch(new MaxRegret(), new IntDoma