|
0c2f5b1a9a
|
extract checking if lambda > 0 ... block to a separate function
|
2018-08-15 19:10:38 +02:00 |
|
|
919e1bb103
|
update Orbit-wise to changes in CheckSolution.jl
|
2018-08-14 19:21:46 +02:00 |
|
|
81e08eb857
|
migrate to AbstractAlgebra
|
2018-07-31 10:21:54 +02:00 |
|
|
d3a228cfa7
|
rework sparsify! Remove rank check which becomes very expensive
We check that the sizes of projection matrices add-up anyway
|
2018-07-31 10:18:03 +02:00 |
|
|
550d69d78e
|
no need to prefix
|
2018-01-25 21:39:06 +01:00 |
|
|
dc91735bfc
|
logtime of sdp solution; print the reresentation of SDP to log
|
2018-01-02 03:52:24 +01:00 |
|
|
6affa6876f
|
sparsify prints only to stdout
|
2018-01-02 03:32:24 +01:00 |
|
|
ac4ef92ef0
|
no need to pass both Group and S as arguments
|
2018-01-02 03:28:34 +01:00 |
|
|
f478081d4e
|
reduce code duplication
|
2018-01-02 03:22:46 +01:00 |
|
|
955c8fc49e
|
remove init_orbit_data
|
2018-01-02 03:19:57 +01:00 |
|
|
a87b587c1a
|
add logger field to sett
|
2018-01-02 03:19:29 +01:00 |
|
|
7d22e8dce0
|
another rework of filenames
|
2018-01-02 02:58:43 +01:00 |
|
|
d5a4f4957a
|
rework filename logic
|
2018-01-01 23:59:00 +01:00 |
|
|
47f6d3637e
|
fix indentation to 4 spaces
|
2018-01-01 14:06:33 +01:00 |
|
|
fc54803b58
|
fix Memento deprecations; make clear when logger is global
|
2018-01-01 13:13:44 +01:00 |
|
|
29f347a228
|
only check the solution when not warmstarting
|
2017-12-01 18:28:48 +01:00 |
|
|
53d413633b
|
add warmstart to Settings
|
2017-12-01 18:26:08 +01:00 |
|
|
39bef16aa7
|
filter Upis and dims at LOADTIME for only those which are non-zeros
|
2017-11-13 10:58:22 +01:00 |
|
|
04a13616c6
|
Allow different AbstractMathProgSolvers in Settings
|
2017-11-13 10:57:02 +01:00 |
|
|
ea6a6722be
|
init model on number and size of SD blocks, not on Uπs
|
2017-11-08 10:02:38 +01:00 |
|
|
bcbf8a03c8
|
store the dense Uπs, sparsify at read-time
|
2017-11-08 10:01:45 +01:00 |
|
|
fe1e9ee37c
|
let sparsify actually return sparse matrix
|
2017-11-08 10:00:34 +01:00 |
|
|
2aa82db1ac
|
specify exact types for OrbitData
|
2017-11-08 09:58:37 +01:00 |
|
|
c1dc3850dd
|
rename AutS -> autS
|
2017-11-08 09:57:51 +01:00 |
|
|
95e19e6f9d
|
replace stray constraints_from_pm() -> constraints()
|
2017-11-08 09:36:34 +01:00 |
|
|
72261afdeb
|
use preps_reprs instead of matrix_reprs
and save them in preps.jld
|
2017-11-08 09:33:00 +01:00 |
|
|
84813fedc4
|
indentation
|
2017-11-05 20:55:53 +01:00 |
|
|
bc8c28170e
|
missing @logtime in orbit-check_property_T
|
2017-11-05 20:54:33 +01:00 |
|
|
3eab5b721a
|
replace @timed by @logtime
|
2017-11-02 13:45:12 +01:00 |
|
|
ca18f75efd
|
clean the main check_property_T in both cases
|
2017-10-27 18:36:32 +02:00 |
|
|
f206a13980
|
update function names
|
2017-10-27 18:35:50 +02:00 |
|
|
01e6625571
|
Revert "Allow for AbstractMathProfSolver in Settings"
This reverts commit 6cbf5e6944 .
|
2017-10-27 18:19:53 +02:00 |
|
|
6cbf5e6944
|
Allow for AbstractMathProfSolver in Settings
|
2017-10-27 18:18:34 +02:00 |
|
|
bc2a827342
|
use prepath(sett)/fullpath(sett) instead of sett.name
|
2017-10-09 19:49:49 +02:00 |
|
|
b3f1961fbf
|
use prepath/fullpath(::Settings) in OrbitData
and in create_SDP_problem generation
|
2017-10-09 19:49:01 +02:00 |
|
|
36a1151a73
|
add functions to produce prepath, fullpath out of Settings
|
2017-10-09 19:45:28 +02:00 |
|
|
3b723e7f0e
|
Add logging when verbose=true
|
2017-08-27 21:23:42 +02:00 |
|
|
6df4c790c0
|
Sparsification of a dense matrix is not required to be rank preserving
This can bite!
|
2017-08-27 21:23:14 +02:00 |
|
|
f543d847ea
|
Save memory: ΔandSDPconstraints takes a lot of it
|
2017-08-27 19:12:21 +02:00 |
|
|
2724612ea3
|
better logging in Orbit-wise.jl
|
2017-08-27 19:06:17 +02:00 |
|
|
8a6707eddd
|
rework addconstraints! with progress printing
|
2017-08-27 19:00:49 +02:00 |
|
|
db55927729
|
sparsify! in transform and in constrLHS
|
2017-08-27 18:59:16 +02:00 |
|
|
7dbd11bebf
|
eps-sparsify for both sparse and dense matrices
|
2017-08-27 18:58:13 +02:00 |
|
|
151a6ff6da
|
better density for dense matrices
|
2017-08-27 18:57:27 +02:00 |
|
|
a6eed4cd11
|
add @time to reconstruct_sol
|
2017-08-01 10:30:33 +02:00 |
|
|
15140d4e39
|
use sparsified U\pi's by default
|
2017-07-28 12:45:04 +02:00 |
|
|
582b7bc3c7
|
avoid transposing Us for every constraint
|
2017-07-26 18:02:21 +02:00 |
|
|
66f860bac1
|
sparsify both on the forward and backward transform
|
2017-07-26 12:15:31 +02:00 |
|
|
3ff649683a
|
FIXXX: clamp to 0 only those eps-close to 0, not < eps
|
2017-07-26 12:12:58 +02:00 |
|
|
33b45dd518
|
merge two sparsify functions
|
2017-07-26 10:29:11 +02:00 |
|