https://github.com/ibex-team/ibex-lib

sort by:
Revision Author Date Message Commit Date
91728b3 remove unecessary terminal outputs 15 December 2018, 09:35:11 UTC
c05386f Update ibex_LightLocalSolver.h 31 October 2018, 09:37:39 UTC
1e72ef5 Update ibex_LightLocalSolver.cpp 31 October 2018, 09:37:01 UTC
cc96739 Update ibex_OptimMinMax.h 31 October 2018, 09:35:49 UTC
1af3ee7 Update ibex_OptimMinMax.cpp 31 October 2018, 09:35:18 UTC
d6b9188 Update ibex_LightOptimMinMax.h 31 October 2018, 09:33:44 UTC
a569eb0 Update ibex_LightOptimMinMax.cpp 31 October 2018, 09:33:14 UTC
d624f63 Update ibex_DataMinMax.h 31 October 2018, 09:32:08 UTC
cb6a9ca Update ibex_DataMinMax.cpp 31 October 2018, 09:31:21 UTC
a42d115 fix bug 19 November 2017, 20:17:11 UTC
103f63c memory leak fixed bad deletion of x_copy used for midpoint evaluation. 19 November 2017, 20:06:09 UTC
2d815e8 Update ibex_OptimMinMax.cpp disable lightlocal if nb_optim_iter and nb_sivia_iter = 0 19 October 2017, 13:18:41 UTC
0a32c64 bug corrected in LightLocalSolver 11 October 2017, 14:24:09 UTC
e077af0 Search for several y or y regression intead of only one, min x fy(x) stop criterion based on derivative of uplo 10 October 2017, 15:07:06 UTC
1f68e37 Function eval baumann and centered form added 09 October 2017, 13:21:34 UTC
5a2f1e3 Spawn function added. /!\ bug in lightLocalSolver that increase the uplo 05 October 2017, 10:43:06 UTC
0bdcf58 -New light local solver added -LightOptimMinMax: visit all element of y_heap can be enable -OptimMinMax: mid point eval become random point eval, number of random point can be chosen 03 October 2017, 08:46:31 UTC
9d3eea6 Add an option to solve the csp "find x| forall y g(x,y)<0" only. add an option to export the boxes and whether or not the csp is respected. Add min_prec_computation for fa_lsolve. 29 March 2017, 15:26:14 UTC
76a7512 Local searches added for Light solver, solve maximization problems to get a good lower bound. 21 March 2017, 17:17:33 UTC
24c89b4 Bug corrected in check_fa_ctr() function 28 February 2017, 13:36:40 UTC
3b1bddb Bug corrected: /!\ if fa constraints not respected, x_cell is deleted in light_optim for fa constraints. x_cell must be deleted in Optim_MinMax if regular constraints are not respected. 27 February 2017, 14:44:44 UTC
42194e5 MinMax algo with for all y constraints tested: ok. 27 February 2017, 13:00:35 UTC
d51ccbb Constraints of type "c(x,y)<0 for all y" are solved as maximization problem. DataMinMax cost functions defined for DataMinMaxOpti and DataMinMaxCsp. /!\ Code not tested, still work for minmax problems without for all cst though. 24 February 2017, 14:38:04 UTC
767c9bf Algo monitoring option available. If OptimMinMax monitor variable is set to true, a log file is created. The log file contains: uplo, loup, number of x elements, total number of y elements 22 February 2017, 14:33:15 UTC
469bdc2 DoubleHeap: add rand of "current_head_id_" after pop 21 February 2017, 14:30:46 UTC
cceeefe correct bug 17 February 2017, 14:28:14 UTC
6cde2de In Light Solver: If no cst or cst satisfied: Contraction on x, delete x if contraction on y Issue: new_loup<uplo, issue appears on example Segundo 1 (constrained). midpoint eval is false (maximum over y at x point not returned)... 16 February 2017, 13:43:59 UTC
36256c1 Big Bug 15 February 2017, 12:12:35 UTC
dd493d4 indent 10 February 2017, 10:14:48 UTC
3a91f2a Merge remote-tracking branch 'origin/master' into optim_MinMax 10 February 2017, 10:14:18 UTC
f5cc789 Light solver contract x w.r.t best max if cst respected Algo options added: -Max elem in y_heap -iteration number in light solver -growth rate of list (max elem in y_heap per x bisection) 09 February 2017, 13:27:05 UTC
fcb6342 Filib: fix the operator priority warning with clang 08 February 2017, 09:37:59 UTC
081991e Merge branch 'develop' 06 February 2017, 15:24:13 UTC
80b9160 Java plugin: CHOCO-IBEX v2 (cont'd) 03 February 2017, 19:31:52 UTC
dbd62ac Java plugin: CHOCO-IBEX v2 (cont'd) 03 February 2017, 19:31:28 UTC
adbce7c Java plugin: CHOCO-IBEX v2! 03 February 2017, 19:27:03 UTC
8254fd1 Solver: minor update 03 February 2017, 19:23:56 UTC
bafef1e Solver: add tests 03 February 2017, 16:56:02 UTC
cdc9ffb Solver: improve the new framework 03 February 2017, 14:47:49 UTC
52f764d Solver: new framework with certification (comprising inequalities & under-constrained systems) 02 February 2017, 23:14:26 UTC
40cb02b Merge branch 'develop' of https://github.com/ibex-team/ibex-lib into develop 02 February 2017, 21:07:12 UTC
4b2940d NumConstraint: add right_hand_side function 02 February 2017, 08:56:53 UTC
e83aa80 Merge pull request #249 from ibex-team/hotfix-248 fix #248 now if itv is not empty, tan(itv) must not be empt and return 01 February 2017, 07:30:36 UTC
1f8b951 Update TestArith.h 31 January 2017, 20:47:03 UTC
bda2c1d fix #248 now if itv is not empty, tan(itv) must not be empt and return ALL_REAL 31 January 2017, 20:43:30 UTC
db905f3 Kernel improvement: forward/backward algorithm can now be applied on subexpressions. Gradient: the Jacobian matrix does not necessarily need now to generate components 27 January 2017, 18:23:12 UTC
8cb8fa4 Agenda: enhanced features 27 January 2017, 14:37:23 UTC
76bc910 Gradient: fix several bugs in vec_bwd 27 January 2017, 10:46:50 UTC
f49596b Fix issue #247 27 January 2017, 08:58:36 UTC
a729487 Optim: manage infinite bounds for monotonicity analysis 27 January 2017, 08:04:11 UTC
3ea0d61 Fix issue #246 25 January 2017, 22:40:56 UTC
46508b0 Monotonicity contractor in LightOptim 25 January 2017, 16:01:50 UTC
b3286b7 Function: add expansion point as argument for Hansen matrice (cont'd) 25 January 2017, 10:46:51 UTC
405621a Function: add expansion point as argument for Hansen matrices 25 January 2017, 10:29:09 UTC
e338904 New options available: -Iteration number -y_heap growth rate -min prec of light optim -max size of y heap 17 January 2017, 15:50:09 UTC
d459dcb Linear: fix bug in det 17 January 2017, 09:22:56 UTC
f3c9e45 Comilation ok 17 January 2017, 08:57:04 UTC
3502237 Handle constraints in light optim 16 January 2017, 15:52:08 UTC
922815b Merge branch 'optim_MinMax' of https://github.com/ibex-team/ibex-lib into optim_MinMax retrieve optim_MinMax branch 16 January 2017, 09:56:33 UTC
aa06f7e Merge remote-tracking branch 'origin/develop' into optim_MinMax Conflicts: plugins/optim/tests/TestDoubleHeap.cpp plugins/optim/tests/TestDoubleHeap.h plugins/wscript src/system/ibex_SystemFactory.cpp src/system/ibex_SystemFactory.h tests/TestExpr.cpp 13 January 2017, 09:28:09 UTC
6d8f6aa ExprDiff: add new tests 04 January 2017, 13:07:14 UTC
02deb1b ExprDiff: fix bug in row-vec/matrix multiplication 04 January 2017, 13:06:28 UTC
d9d1cf2 No more EmptySystemException 04 January 2017, 09:13:44 UTC
4a97f66 Merge pull request #240 from ibex-team/hotfix-AffinePower Hotfix affine power 20 December 2016, 11:11:42 UTC
019bc2a test Macro in Affine to factorize the code 09 December 2016, 15:32:36 UTC
7a5a01a Remove hack in plugins/wscript (see issue #243) 07 December 2016, 23:25:04 UTC
f0e033d Affine, update following issue #242 07 December 2016, 22:38:27 UTC
0aa9755 Merge branch 'master' of https://github.com/ibex-team/ibex-lib 07 December 2016, 21:47:06 UTC
abe618f Fix issue #242 (minusV and minusM) 07 December 2016, 21:24:02 UTC
8c35a8b Fix issue #242 (CR/LF/CRLF line endings) 07 December 2016, 19:53:38 UTC
51d77b5 Continuation: fix some problems with the new strategy (due to the domain in particular) 29 November 2016, 16:16:16 UTC
b8cfa87 AF2: improve the computation of power 29 November 2016, 12:46:35 UTC
ed1b461 Continuation: integrate new strategy without DIFF 23 November 2016, 22:04:26 UTC
648a587 ExprSimplify: minor fix (misplaced assertion) 19 November 2016, 16:06:42 UTC
d317ccf Newton: fix minor bug (inflation must allow flat boxes) 19 November 2016, 16:05:44 UTC
be7f671 Linear: Sylvester's test: case of singular matrix 19 November 2016, 16:01:24 UTC
d02f126 Merge pull request #237 from SimonRohou/hotfix-179 Fix issue 179 16 November 2016, 18:18:23 UTC
de50a1a fix issue 179 16 November 2016, 18:44:18 UTC
fcd541d Merge pull request #236 from SimonRohou/atan2_definition atan2(y,x) : parameters order confusion 16 November 2016, 15:37:30 UTC
39107aa Correction of the atan2 function prototype 14 November 2016, 15:12:22 UTC
1a0d38b Linear: add Neumaier/Rohn matrix inverses. Arithmetic: add infinite_norm. IntervalMatrix: remove random implem from template; (Interval)Vector: add iterators. 08 November 2016, 17:19:36 UTC
6095df3 Remove spurious .DS_Store file 08 November 2016, 12:21:02 UTC
d19fb41 Merge remote-tracking branch 'origin/develop' into continuation 08 November 2016, 12:17:38 UTC
26c35ab Merge branch 'develop' of https://github.com/ibex-team/ibex-lib into develop 08 November 2016, 12:04:29 UTC
8134ad8 IntervalMatrix: add some tests 08 November 2016, 12:03:09 UTC
981eae3 Linear: add Rohn's test for positive definiteness. Matrix: add rand() and diag() functions. IntervalMatrix: add rad() and diam() functions. 08 November 2016, 09:55:58 UTC
6f0bb73 Linear: add diagonal dominance test 08 November 2016, 08:12:47 UTC
1828512 Linear: add determinant+Sylverster's criterion for checking positive definiteness 08 November 2016, 07:55:14 UTC
ae89a67 Merge pull request #235 from ThomasLeMezo/patch-1 Correction of bug #233 27 October 2016, 15:37:26 UTC
f764763 Correction of bug #233 Correction of the computation of atan2 when dealing with infinite boundaries 27 October 2016, 12:38:40 UTC
e5104ec Continuation: add all combinations of signs in the linearization test 27 October 2016, 08:21:12 UTC
1925e98 Continuation: fix sign in implicit function jacobian. Kernel: add new functionalities in VarSet. 27 October 2016, 07:52:32 UTC
9307443 Continuation: fix bug in implicit function (shift with bound value) 26 October 2016, 14:56:53 UTC
45949de Continuation: fix implicit function bug 26 October 2016, 13:39:40 UTC
2b715a6 fix Timer and checkout 22 October 2016, 21:56:37 UTC
d615008 now it is ok 21 October 2016, 14:50:23 UTC
d19b419 Optim-MinMax: fix bug in "trace" 21 October 2016, 14:43:33 UTC
e079f08 optim-MinMax : add tests and corect some bugs 21 October 2016, 13:22:58 UTC
5736700 Continuation: add test for is_homeomorph_half_ball in 2D. 20 October 2016, 19:12:02 UTC
456170e Continuation: fix bugs in "check linearization", rename it "is_homeomorph_half_ball" and moves it to ParametricProof. Add first test 20 October 2016, 18:56:11 UTC
back to top