photo

Rohit Sachdeva


Last seen: 11 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


Saving GAmultiobj results calculated in the algorithm mid-way, without stopping the code run.
I am running a GAmultiobj optimization code with 2 objective functions and 21 input variables. The code takes a long time to run...

10 days ago | 1 answer | 0

1

answer

Answered
flip half of matrix over the diagonal to make a symmetric matrix
As most people have pointed out, I just wanted to add another way of doing this: B = (A+A') - diag(diag(A)); The (A+A') part i...

8 months ago | 0