-
Notifications
You must be signed in to change notification settings - Fork 51
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
KuhnTuckerLP contractor loses the optimal solution #406
Comments
Je pense avoir résolu le problème. Peux-tu refaire un essai stp (j'ai testé avec ibexopt sur un autre bench où le même problème apparaissait). |
J'ai fait un git pull de la branche develop , mais le waf configure plante avec gaol ./waf configure --with-optim --with-ampl --lp-lib=soplex --soplex-path=/certis/3/neveub/RECHERCHE/soplex/soplex-3.1.1 --prefix=. --with-affine ... |
Je ne reproduis pas le problème en faisant un waf configure avec exactement les mêmes options que toi. Peux-tu essayer une fresh install stp? |
C'est bon après un git clone. C'est bon maintenant pour l'exemple hs117 |
Normalement, si. Ta config était peut être "corrompue" suite aux multiples changements
OK, super, je te laisse clore le ticket si tout se passe bien. |
Tous les benchs passent sans problème. |
Avec le contracteur KuhnTuckerLP, la solution trouvée n'est pas la solution optimale pour hs117.nl
sans KuhnTuckerLP
./optimizer04 ../benchs/coconutbenchmark-library2/hs117.nl acidhc4 compo lsmearmg bs 1 1.e-7 1.e-6 1000 1
optimization successful!
f* in [32.3487,32.3487]
(best bound)
x* = (0.299922 ; 0.333657 ; 0.399755 ; 0.428365 ; 0.223748 ; 0 ; 0 ; 5.17609 ; 0 ; 3.06042 ; 11.843 ; 0 ; 0 ; 0.104062 ; 0)
(best feasible point)
relative precision on f*: 1e-06 [passed]
absolute precision on f*: 3.23487e-05
cpu time used: 139.293s
number of cells: 36454
avec KuhnTuckerLP
(ajout du contracteur KuhnTuckerLP dans la liste des contracteurs de l'optimiseur)
Ctc* ctckkt = new CtcKhunTuckerLP(norm_sys, true);
ctcxn = new CtcCompo (*ctcxn , *ctckkt);
./optimizer04kktlp ../benchs/coconutbenchmark-library2/hs117.nl acidhc4 compo lsmearmg bs 1 1.e-7 1.e-6 1000 1
optimization successful!
f* in [9884.22,9884.23]
(best bound)
x* = (0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 0 ; 2999.52 ; 854.368 ; 438.301 ; 3963.68 ; 0 ; 0 ; 0 ; 0)
(best feasible point)
relative precision on f*: 1e-06 [passed]
absolute precision on f*: 0.00988423
cpu time used: 5.16295s
number of cells: 8250
The text was updated successfully, but these errors were encountered: