Feeds
질문
Optimization with very flat objective function
I'm attempting to optimize a smooth unconstrained function which has 77 unknown parameters. I have vectorized the optimization a...
6년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Creating a matrix of ones and zeros with location of ones based on array value
I ended up doing this and it worked: I = eye(3); Y = I(y,:);
Creating a matrix of ones and zeros with location of ones based on array value
I ended up doing this and it worked: I = eye(3); Y = I(y,:);
거의 7년 전 | 0
질문
Creating a matrix of ones and zeros with location of ones based on array value
I need to acheive the following without a loop (for speed): I have a vertical array where the value of each row tells me which ...
거의 7년 전 | 답변 수: 3 | 0

