Buenos - 2021-10-18

I can reverse about 200 elements like this without freezing:
v2=[v1[5],v1[4],v1[3],v1[2],v1[1],v1[0],]
If I do 7 of these then the simulation takes 5minutes. An optimizer simulation takes over 24 hours.
I also tried to create a reversal matrix like this, that is a 90degree rotated identity matrix:
rev=[0,0,1;0,1,0;1,0,0] at the size of 40x40.
Then
r5=[rev*r[160:199],revr[120:159],revr[80:119],revr[40:79],revr[0:39]]
returns a simulation error "no appropriate function found..."

 

Last edit: Buenos 2021-10-18