Commit Graph

799 Commits

Author SHA1 Message Date
kalmarek 3712aadbf7
bump to 0.3.1 2019-11-18 14:15:34 +01:00
kalmarek ac035e9fc8
fix tests 2019-11-06 17:49:56 +01:00
kalmarek e8ac92ff97
update README 2019-11-06 17:49:31 +01:00
kalmarek bfb08e69e4
interpret_results for intervals 2019-11-05 11:17:11 +01:00
kalmarek f3ec2dd1b1
minor fixes 2019-11-05 11:16:37 +01:00
kalmarek 5fca3a96c6
streamline filenames creation 2019-11-05 11:15:52 +01:00
kalmarek b4ae732f7c
Merge pull request #5 from kalmarek/aa_v0.7
Aa v0.7
2019-11-04 15:57:18 +01:00
kalmarek 352c1fafe7
fix tests 2019-10-31 11:18:06 +01:00
kalmarek 080aef1eaf
drop support for julia-1.0 2019-10-31 10:19:42 +01:00
kalmarek 4362e7354c
fix test 2019-10-31 09:59:09 +01:00
kalmarek ead95d20c3
perm_avg → perm_avg! 2019-10-31 00:16:06 +01:00
kalmarek 70bf9ad74c
perm → Generic.Perm 2019-10-30 23:58:10 +01:00
kalmarek dc14b2fd95
replace Settings.warmstart by force_compute 2019-10-30 23:56:53 +01:00
kalmarek a5a3d9d069
modernize naive sdp formulation 2019-08-02 11:52:19 +02:00
kalmarek e3a58fdef0
fix BinaryProvider-0.5.6; IntervalArithmetic-^0.15
Binary Provider 0.5.5 has disappeared,
0.15.2 is the last version of IntervalArithmetic supporting julia-^1.0.0
2019-07-16 15:46:39 +02:00
kalmarek 5393a67bb5
update BinaryProvider to 0.5.6 (0.5.5 has disappeared) 2019-07-16 14:11:43 +02:00
kalmarek 38bf6605ca
Merge pull request #4 from kalmarek/enh/AA_MatrixAlgebra
Use Matrix Algebras
2019-07-05 20:56:04 +02:00
kalmarek 874881b1ab
remove Nemo, Manifest update, version 0.3 2019-07-05 19:23:38 +02:00
kalmarek f39680042d
fix: avoid random numeric fails 2019-07-05 19:23:37 +02:00
kalmarek 5e821286e5
define and use one(::Group) 2019-07-05 19:23:37 +02:00
kalmarek 4bce106c2d
better logging 2019-07-05 19:23:36 +02:00
kalmarek e23b6a85dc
include sqadjop.jl from 1812.03456.jl file 2019-07-05 19:23:35 +02:00
kalmarek e9bb6f13dd
add tests for actions 2019-07-05 19:01:04 +02:00
kalmarek 2ef8de7d42
add commented test on Adj₄ + 100 Op₄ in SAut(F₄) 2019-07-04 23:08:17 +02:00
kalmarek 75e997b2e8
update tests and test spectral_gap directly 2019-07-04 23:08:01 +02:00
kalmarek cc9d3db846
we act on MatAlgElem now; use MatAlgebra 2019-07-04 22:52:21 +02:00
kalmarek 88b460a959
use NCRing[Elem]s instead of MatSpace and use NCRing in Settings 2019-07-04 22:52:02 +02:00
kalmarek 80e338f191
add 1812.03456 positivity tests in SL(n,Z) 2019-06-30 13:20:39 +02:00
kalmarek 6c906b05cb
add sqadjop.jl and unit tests 2019-06-30 13:19:24 +02:00
kalmarek b9dc701f17
when acting on MatElem always act on the lhs columns/rows 2019-06-30 11:58:32 +02:00
kalmarek 4c4ef195e1
replace radius by halfradius where appropriate 2019-06-30 11:56:57 +02:00
kalmarek f2311fa975
update GroupRings to 0.2.1 2019-06-28 09:26:43 +02:00
kalmarek 8467b0d432
slightly faster perm action on MatElem 2019-06-28 09:15:01 +02:00
kalmarek da54d140fd
Merge pull request #3 from kalmarek/perf/faster_actions
Perf/faster actions
2019-06-28 07:58:28 +02:00
kalmarek 761879f5fd
fix rebase 2019-06-28 01:34:37 +02:00
kalmarek a81dccea38
update Project/Manifest 2019-06-28 01:24:31 +02:00
kalmarek a9d72d1a87
add hdf5-tools to travis 2019-06-28 01:24:04 +02:00
kalmarek 1345257732
further speedups for WreathProduct on Mats 2019-06-28 01:24:04 +02:00
kalmarek 70c72d28d9
further speedups for perm action on Automorphisms 2019-06-28 01:24:03 +02:00
kalmarek 7e854f902a
simplify WreathProductElem action on Automorphisms 2019-06-28 01:24:02 +02:00
kalmarek 55b7ed09bc
reorganize actions 2019-06-28 01:24:01 +02:00
kalmarek f4f9dfe21d
much faster WreathProductElem actions 2019-06-28 01:24:00 +02:00
kalmarek 4cef591dfa
faster permutation actions on GroupElements 2019-06-28 01:23:53 +02:00
kalmarek 7a8b21db3c
relax type assumptions in compute_SOS and else 2019-06-28 01:20:48 +02:00
kalmarek b5f12501f9
try/catch file loading 2019-04-17 12:37:41 +02:00
kalmarek 2a84d04edc
test the correctness of hpc sos computation 2019-04-16 17:05:34 +02:00
kalmarek 70c160411d
cosmetic changes (mostly empty lines) 2019-04-12 23:18:48 +02:00
kalmarek ed910ccde5
rename computeλandP → approximate_by_SOS 2019-04-02 23:04:46 +02:00
kalmarek bb42538ee5
rename distance_to_positive_cone → certify_SOS_decomposition
and make it a bit more general
2019-04-02 23:04:45 +02:00
kalmarek 6fde981b32
save warmstart in time-stamped file;
don't override warmstart.jld if there are any nans in the solution (e.g.
solver was interrupted)
2019-04-02 23:04:44 +02:00