- 10 Jan, 2020 1 commit
-
-
Gauthier Quesnel authored
-
- 30 Dec, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 28 Dec, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 26 Dec, 2019 3 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 25 Dec, 2019 2 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 19 Dec, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 06 Dec, 2019 2 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 28 Nov, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 26 Nov, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 25 Nov, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 21 Nov, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 08 Nov, 2019 2 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 22 Oct, 2019 1 commit
-
-
Gauthier Quesnel authored
w is now a real and follows the rules: - [0..1]: defines a percentage of limit loop where the kappa is not used. For example -p w:0.5 -p limit:100 gives 50 loop without kappa computation and 50 with kappa computation. - > 1: defines a static number of loop without kappa computation. For examples -p w:50 -p limit:-1 gives 50 loop without kappa and +oo with kappa computation.
-
- 15 Oct, 2019 1 commit
-
-
Gauthier Quesnel authored
The value of each variables in the solution/initial vector is initialized according to the init-policy-random parameter of the bernouilli's law: - 1 use the init-policy algorithm to affect 0 or 1. - 0 use the toss up algorithm (init-random parameter and the bernouilli's law) to affect 0 or 1.
-
- 14 Oct, 2019 2 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 11 Oct, 2019 2 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
Add into solvers and core API a BQP mode in objective function.
-
- 20 Aug, 2019 1 commit
-
-
Gauthier Quesnel authored
We use a shared_ptr to share a string_buffer between baryonyx::result, baryonyx::problem and baryonyx::raw_problem and move the ownership from variable names, constraint labels from std::string into std::string_view.
-
- 25 Jul, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 15 Jun, 2019 2 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 12 Jun, 2019 2 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 13 Mar, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 22 Feb, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 12 Feb, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 29 Jan, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 24 Jan, 2019 1 commit
-
-
Gauthier Quesnel authored
To improve the use in command line interface, graphical user interface or R, we replace, only for computation output (ex.: remaining constraint message, new solution found, etc.), the output message stream using private functions debug(ctx, ...), info(ctx, ...), warning(ctx, ...) interface with callback mechanism in the baryonyx::context class. (Closes: #28)
-
- 23 Jan, 2019 2 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 14 Jan, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 10 Dec, 2018 1 commit
-
-
Gauthier Quesnel authored
-
- 03 Oct, 2018 2 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
The optimize_functor needs only constant references to the affected variables and variable names vectors.
-