|
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 |
|
|
e74b4c49ef
|
use the new definition of base-less mul! in GroupRings
|
2017-07-21 17:10:52 +02:00 |
|
|
94fd8f0bf9
|
fix: can not assign in short-circut eval
|
2017-07-06 09:03:05 +02:00 |
|
|
7a39775fff
|
Merge branch 'master' into enh/sparsification
|
2017-07-05 13:24:21 +02:00 |
|
|
ca3e606ab6
|
use the dot-syntax to broadcast abs
|
2017-07-05 13:22:59 +02:00 |
|
|
c0e2577684
|
sparsify by default
|
2017-07-05 13:14:58 +02:00 |
|
|
760270d2e0
|
new, unified sparsify
|
2017-07-05 13:14:34 +02:00 |
|
|
be1c473e4a
|
cleaning using and imports
|
2017-06-22 15:15:43 +02:00 |
|
|
dca65e571e
|
multiple dispatch for check_property_T
|
2017-06-22 15:13:37 +02:00 |
|