Commit Graph

80 Commits

Author SHA1 Message Date
kalmarek 8fa7e1211f move orthSVD close to OrbitData 2018-09-05 10:40:08 +02:00
kalmarek b0d39b33d4 fix uses and includes 2018-09-05 10:35:58 +02:00
kalmarek bc7118f41d rework OrbitData 2018-09-05 09:56:04 +02:00
kalmarek b9de894fb1 move SDP-related functions together 2018-09-05 09:18:38 +02:00
kalmarek d02d80adb7 separate section for sparsification 2018-09-05 09:10:58 +02:00
kalmarek 613c12e157 move compute lambdaandP to its own section 2018-09-05 09:09:22 +02:00
kalmarek d73f041c3c single definition o check_property_T 2018-09-05 09:06:00 +02:00
kalmarek c929b0f149 Move Settings to PropertyT.jl 2018-09-05 08:55:13 +02:00
kalmarek 859a751b01 fix typo 2018-09-03 10:23:08 +02:00
kalmarek 92d1d69177 separate non-zero indices 2018-08-20 04:02:44 +02:00
kalmarek db6fe7f2cf use the new interpret results 2018-08-20 04:02:04 +02:00
kalmarek 6c247e73fc update check_property_T 2018-08-20 04:01:34 +02:00
kalmarek c9b226f550 add compute/load prefixes 2018-08-20 04:00:58 +02:00
kalmarek 684283fd56 update addconstraints! to the new OrbitData 2018-08-20 04:00:14 +02:00
kalmarek 9cdcf27215 use SOS_problem-style "interface" for Symmetrized version as well 2018-08-20 03:59:39 +02:00
kalmarek 1825cc0b3d simplify compute_orbit_data
by reusing of compute/load-Laplacian, etc
2018-08-20 03:57:33 +02:00
kalmarek 5acc00a4d0 remove unused orbitLHS version 2018-08-20 03:54:29 +02:00
kalmarek aad4359832 greatly simplify OrbitData struct 2018-08-20 03:54:03 +02:00
kalmarek 540946528c remove references to logger! 2018-08-19 20:05:45 +02:00
kalmarek 0c2f5b1a9a extract checking if lambda > 0 ... block to a separate function 2018-08-15 19:10:38 +02:00
kalmarek 919e1bb103 update Orbit-wise to changes in CheckSolution.jl 2018-08-14 19:21:46 +02:00
kalmarek 81e08eb857 migrate to AbstractAlgebra 2018-07-31 10:21:54 +02:00
kalmarek 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
kalmarek 550d69d78e no need to prefix 2018-01-25 21:39:06 +01:00
kalmarek dc91735bfc logtime of sdp solution; print the reresentation of SDP to log 2018-01-02 03:52:24 +01:00
kalmarek 6affa6876f sparsify prints only to stdout 2018-01-02 03:32:24 +01:00
kalmarek ac4ef92ef0 no need to pass both Group and S as arguments 2018-01-02 03:28:34 +01:00
kalmarek f478081d4e reduce code duplication 2018-01-02 03:22:46 +01:00
kalmarek 955c8fc49e remove init_orbit_data 2018-01-02 03:19:57 +01:00
kalmarek a87b587c1a add logger field to sett 2018-01-02 03:19:29 +01:00
kalmarek 7d22e8dce0 another rework of filenames 2018-01-02 02:58:43 +01:00
kalmarek d5a4f4957a rework filename logic 2018-01-01 23:59:00 +01:00
kalmarek 47f6d3637e fix indentation to 4 spaces 2018-01-01 14:06:33 +01:00
kalmarek fc54803b58 fix Memento deprecations; make clear when logger is global 2018-01-01 13:13:44 +01:00
kalmarek 29f347a228 only check the solution when not warmstarting 2017-12-01 18:28:48 +01:00
kalmarek 53d413633b add warmstart to Settings 2017-12-01 18:26:08 +01:00
kalmarek 39bef16aa7 filter Upis and dims at LOADTIME for only those which are non-zeros 2017-11-13 10:58:22 +01:00
kalmarek 04a13616c6 Allow different AbstractMathProgSolvers in Settings 2017-11-13 10:57:02 +01:00
kalmarek ea6a6722be init model on number and size of SD blocks, not on Uπs 2017-11-08 10:02:38 +01:00
kalmarek bcbf8a03c8 store the dense Uπs, sparsify at read-time 2017-11-08 10:01:45 +01:00
kalmarek fe1e9ee37c let sparsify actually return sparse matrix 2017-11-08 10:00:34 +01:00
kalmarek 2aa82db1ac specify exact types for OrbitData 2017-11-08 09:58:37 +01:00
kalmarek c1dc3850dd rename AutS -> autS 2017-11-08 09:57:51 +01:00
kalmarek 95e19e6f9d replace stray constraints_from_pm() -> constraints() 2017-11-08 09:36:34 +01:00
kalmarek 72261afdeb use preps_reprs instead of matrix_reprs
and save them in preps.jld
2017-11-08 09:33:00 +01:00
kalmarek 84813fedc4 indentation 2017-11-05 20:55:53 +01:00
kalmarek bc8c28170e missing @logtime in orbit-check_property_T 2017-11-05 20:54:33 +01:00
kalmarek 3eab5b721a replace @timed by @logtime 2017-11-02 13:45:12 +01:00
kalmarek ca18f75efd clean the main check_property_T in both cases 2017-10-27 18:36:32 +02:00
kalmarek f206a13980 update function names 2017-10-27 18:35:50 +02:00