You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Then use devtools package to install `volesti` Rcpp package. In folder `/root/R-prog` Run:
@@ -116,7 +116,6 @@ The function prints the volume.
116
116
`
117
117
./vol -file <filename> -sample
118
118
`
119
-
120
119
- The default settings are: `100` uniformly distributed points from the uniform distribution using billiard walk with walk length `1`.
121
120
- You can use the following flags: i) `-walk_length <walk_length>` to set the walk length of the random walk, ii) `-N <number_of_points>` to set the number of points to sample, iii) `-boltz` to sample from the Boltzmann distribution, iv) `-rdhr` to sample with random directions Hit and Run, `-cdhr` to sample with coordinate directions Hit and Run, `-hmc` to sample with Hamiltonian Monte Carlo with reflections, `-temperature <variance_of_boltzmann_distribution>` to set the variance of the Boltzmann distribution.
122
121
@@ -130,10 +129,16 @@ The function prints the sampled points.
130
129
./vol -file <filename> -sdp
131
130
`
132
131
- The default settings are: `20` iterations are performed, with HMC sampling with walk length equal to `1`.
132
+
133
133
- You can use the following flags: i) `-N <number_of_iterations>` to set the number of iterations, ii) `-walk_length <walk_length>` to set the walk length of the random walk iii) `-rdhr` to sample with random directions Hit and Run, `-hmc` to sample with Hamiltonian Monte Carlo with reflections.
The function prints the values of the objective function of each iteration.
139
+
140
+
141
+
142
+
## Volume estimation of correlation matrices (matlab code)
139
143
144
+
In folder `matlab_code` we include the matlab code to estimate the volume of correlation matrices. To use the main function `volume` use the script `volume_example`.
0 commit comments