"Monte-carlo"
The subject of study is a statistical physics subject on the Ising model. We observe networks of size N and in dimension d. For example in dimension 1, it is a vector
-
$N$ is a integer -
$d$ is a integer -
$R$ is as integer
subject to :
$N > 0$ $d > 0$ $R > 0$
change the value before run program
in Main.jl
begin
N = 3
d = 2
R = 10
dims = Tuple([N for i in 1:N])
endin program.py in directory OLD
if __name__=='__main__':
N = 10
R = 1000the use of program progmanopt requires :
if the packages are not installed. you can install them the command in directory OLD:
pip install -r requirements.txt
if the command did not work, you can install the packages one by one with the command
pip install [package]
-
Loik johan ACAKPO-ADDRA alias @loik77360
-
Lilian TEL alias @lil-tel
- Recueil de modèles aléatoires by Djalil Chafai and Florent Malrieu
- Sheldon M.Ross Simulation, Fifth Edition 2012