|
a827f8c425
|
Revert "fix: don't throw exception in kandA"
This reverts commit 837988c381 .
|
2017-04-01 08:27:54 +02:00 |
|
|
450d43ed14
|
ValidatedNumerics parameters -- to be checked
|
2017-03-31 22:38:51 +02:00 |
|
|
2b1bb7b765
|
break after checking in floats return negatives (commented out)
|
2017-03-31 22:38:18 +02:00 |
|
|
98cdeedc7a
|
make A_sqrt_Q_aug \pm \delta a matrix of Float64 intervals
|
2017-03-31 22:36:18 +02:00 |
|
|
5aa16314ec
|
do not force @bigintervals when we use Floats64 in a moment
|
2017-03-31 22:35:30 +02:00 |
|
|
69e74190af
|
tad better try...catch syntax
|
2017-03-31 22:34:56 +02:00 |
|
|
837988c381
|
fix: don't throw exception in kandA
k <=0 is handled in the outside loop
|
2017-03-31 22:34:28 +02:00 |
|
|
ada830f5d5
|
fix: don't return after solving, save kappa and A first
|
2017-03-31 22:33:17 +02:00 |
|
|
e08e787c1a
|
incorporate radius parameter
|
2017-03-31 22:32:36 +02:00 |
|
|
5c36eccc7b
|
cosmetics
|
2017-03-31 16:12:00 +02:00 |
|
|
f487c4635c
|
Cleanup of the check_propertyT function
|
2017-03-31 16:07:08 +02:00 |
|
|
a180025dc0
|
log time of projecting A onto augmentation ideal
|
2017-03-31 15:21:45 +02:00 |
|
|
9b07430b5e
|
type parametrised create_product_matrix (works with Nemo)
|
2017-03-26 16:22:51 +02:00 |
|
|
31393cab34
|
solver logger console format
|
2017-03-26 16:22:07 +02:00 |
|
|
58217aaaf6
|
generating_set now returns both S and ID
|
2017-03-26 16:21:47 +02:00 |
|
|
a3779fb50a
|
redirect stderr to full.log
|
2017-03-22 13:24:36 +01:00 |
|
|
7796b0b028
|
finally fix for unbuffered output to solver-log
|
2017-03-22 13:24:17 +01:00 |
|
|
3dc571a47c
|
variables in blocks are reused; define A before try
or face UndefVarError: A not defined
|
2017-03-22 12:24:36 +01:00 |
|
|
6fe0f9bda0
|
unredirect stderr
|
2017-03-20 22:12:10 +01:00 |
|
|
65f2736588
|
logging keyword is "solver_log"
|
2017-03-20 22:11:57 +01:00 |
|
|
87cfb742bf
|
add and remove log Handler in the same function (solve_SDP)
|
2017-03-20 22:11:26 +01:00 |
|
|
9a295da1bd
|
Merge branch 'master' of https://git.wmi.amu.edu.pl/kalmar/PropertyT.jl
|
2017-03-20 21:49:42 +01:00 |
|
|
adb9d1b273
|
Workaround to SCS ERROR: A->p (column pointers) decreasing
loop solver when SCS gives the error (works in Jupyter)
|
2017-03-20 21:48:22 +01:00 |
|
|
79b2e615d2
|
Workaround to SCS ERROR: A->p (column pointers) decreasing
loop solver when SCS gives the error (works in Jupyter)
|
2017-03-20 21:43:33 +01:00 |
|
|
07877556db
|
update ValidatedNumerics to 0.8
|
2017-03-20 21:41:34 +01:00 |
|
|
8ddb60a400
|
Shuffling of JuMP vars, constraints
|
2017-03-20 21:41:12 +01:00 |
|
|
1368dfed5e
|
errors are redirected in SL.jl
|
2017-03-17 17:32:49 +01:00 |
|
|
0abcf2a10d
|
report time of JuMP.solve
|
2017-03-17 16:32:20 +01:00 |
|
|
e8d3201390
|
no need for const inside function
|
2017-03-17 16:27:01 +01:00 |
|
|
3517d28990
|
if spectral_gap is < 0 don't compute Kazhdan constant
|
2017-03-17 16:24:55 +01:00 |
|
|
7335a94fa6
|
log more computation specific information
|
2017-03-17 16:23:36 +01:00 |
|
|
220d2302bd
|
fix true_kappa -> Kazhdan_\kappa
|
2017-03-16 18:20:09 +01:00 |
|
|
2948d0af76
|
make PropertyT solver agnostic
|
2017-03-16 18:19:40 +01:00 |
|
|
39ca5697c9
|
Finally logging solver output to separate file
|
2017-03-16 15:37:52 +01:00 |
|
|
04df785909
|
remove some info
|
2017-03-16 15:37:28 +01:00 |
|
|
b1e00bfda5
|
Actually report Kazhdan constant, not the spectral gap
|
2017-03-16 14:33:41 +01:00 |
|
|
d832050c63
|
even prettier printing
|
2017-03-16 14:29:11 +01:00 |
|
|
17cd369f3f
|
better formatting for loggers
|
2017-03-16 14:27:24 +01:00 |
|
|
ef1e33109d
|
better printing
|
2017-03-16 10:07:35 +01:00 |
|
|
2bca1a7938
|
re-redirect stderr
|
2017-03-16 10:05:35 +01:00 |
|
|
f96240a23b
|
Merge branch 'logging' of https://git.wmi.amu.edu.pl/kalmar/PropertyT.jl into logging
|
2017-03-16 09:37:15 +01:00 |
|
|
94b4193ec6
|
fix solver logger, once again
|
2017-03-16 09:35:32 +01:00 |
|
|
eefeb926b0
|
fix solver logger, once again
|
2017-03-15 20:38:48 +01:00 |
|
|
47664dd7e4
|
Merge branch 'logging' of https://git.wmi.amu.edu.pl/kalmar/PropertyT.jl into logging
|
2017-03-15 20:35:05 +01:00 |
|
|
07d227eb8a
|
overwrite solver log instead of appending
|
2017-03-15 20:34:35 +01:00 |
|
|
d7b0dd763b
|
overwrite solver log instead of appending
|
2017-03-15 20:16:19 +01:00 |
|
|
59cea54757
|
flush log prior removal of handler/STDOUT redirection
|
2017-03-15 20:15:53 +01:00 |
|
|
a16e14efe8
|
log timings via @timed
|
2017-03-15 20:13:53 +01:00 |
|
|
b5608d473f
|
fancy format of logs in files, not in terminal
|
2017-03-15 18:41:59 +01:00 |
|
|
33585437c1
|
fix: m -> SDP-problem
|
2017-03-15 18:16:53 +01:00 |
|