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

