Commit Graph

80 Commits

Author SHA1 Message Date
kalmarek 01e6625571 Revert "Allow for AbstractMathProfSolver in Settings"
This reverts commit 6cbf5e6944.
2017-10-27 18:19:53 +02:00
kalmarek 6cbf5e6944 Allow for AbstractMathProfSolver in Settings 2017-10-27 18:18:34 +02:00
kalmarek bc2a827342 use prepath(sett)/fullpath(sett) instead of sett.name 2017-10-09 19:49:49 +02:00
kalmarek b3f1961fbf use prepath/fullpath(::Settings) in OrbitData
and in create_SDP_problem generation
2017-10-09 19:49:01 +02:00
kalmarek 36a1151a73 add functions to produce prepath, fullpath out of Settings 2017-10-09 19:45:28 +02:00
kalmarek 3b723e7f0e Add logging when verbose=true 2017-08-27 21:23:42 +02:00
kalmarek 6df4c790c0 Sparsification of a dense matrix is not required to be rank preserving
This can bite!
2017-08-27 21:23:14 +02:00
kalmarek f543d847ea Save memory: ΔandSDPconstraints takes a lot of it 2017-08-27 19:12:21 +02:00
kalmarek 2724612ea3 better logging in Orbit-wise.jl 2017-08-27 19:06:17 +02:00
kalmarek 8a6707eddd rework addconstraints! with progress printing 2017-08-27 19:00:49 +02:00
kalmarek db55927729 sparsify! in transform and in constrLHS 2017-08-27 18:59:16 +02:00
kalmarek 7dbd11bebf eps-sparsify for both sparse and dense matrices 2017-08-27 18:58:13 +02:00
kalmarek 151a6ff6da better density for dense matrices 2017-08-27 18:57:27 +02:00
kalmar a6eed4cd11 add @time to reconstruct_sol 2017-08-01 10:30:33 +02:00
kalmar 15140d4e39 use sparsified U\pi's by default 2017-07-28 12:45:04 +02:00
kalmar 582b7bc3c7 avoid transposing Us for every constraint 2017-07-26 18:02:21 +02:00
kalmar 66f860bac1 sparsify both on the forward and backward transform 2017-07-26 12:15:31 +02:00
kalmar 3ff649683a FIXXX: clamp to 0 only those eps-close to 0, not < eps 2017-07-26 12:12:58 +02:00
kalmar 33b45dd518 merge two sparsify functions 2017-07-26 10:29:11 +02:00
kalmar e74b4c49ef use the new definition of base-less mul! in GroupRings 2017-07-21 17:10:52 +02:00
kalmar 94fd8f0bf9 fix: can not assign in short-circut eval 2017-07-06 09:03:05 +02:00
kalmar 7a39775fff Merge branch 'master' into enh/sparsification 2017-07-05 13:24:21 +02:00
kalmar ca3e606ab6 use the dot-syntax to broadcast abs 2017-07-05 13:22:59 +02:00
kalmar c0e2577684 sparsify by default 2017-07-05 13:14:58 +02:00
kalmar 760270d2e0 new, unified sparsify 2017-07-05 13:14:34 +02:00
kalmar be1c473e4a cleaning using and imports 2017-06-22 15:15:43 +02:00
kalmar dca65e571e multiple dispatch for check_property_T 2017-06-22 15:13:37 +02:00
kalmar b881a40721 move functions around 2017-06-22 15:11:14 +02:00
kalmar f6155d8382 turn init_OrbitData into constructor 2017-06-22 15:10:26 +02:00
kalmar 3fa7491cb5 mv oPropertyT -> Orbit-wise 2017-06-22 14:40:55 +02:00