Browse Source

Update README.txt

Yann Weber 6 years ago
parent
commit
f76402f847
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      README.txt

+ 3
- 0
README.txt View File

@@ -14,5 +14,8 @@ Exemple :
14 14
 # a log with all expr and there fractdim will be written in gte.log
15 15
 python3 -m gte evolve --threads 2 -L gte.log -p 15 -D 5 --steps 30000 -R 3 --prog-size 5
16 16
 
17
+# Fast evolve from scratch
18
+python3 -m gte evolve --threads 1 -L gte.log -p 16 -D 4 -R 5 -T 3 --steps 2000 -x 256 -y 256 -P '0' -E
19
+
17 20
 # Generate an image of 40000 steps of 10 turmits in gte.png
18 21
 python3 -m gte generate -o gte.png --steps 40000 -x 1024 -y 1024 -T 10 -P '0x982A POP 0xAE9D R & +'

Loading…
Cancel
Save