photo

Ryan Potter


Last seen: 5개월 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • First Review
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Genetic Algorithm and Non-Linear Constraint Solver in Series and Parallel
Hi, I am conducting an optimisation with bound, mixed integer and non-linear constraints with the genetic algorithm solver. My ...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I properly pass excel objects to functions?
I am accessing an excel sheet from MATLAB to read in some data, do some processing and edit the sheet. I had an original approac...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


Is there any difference in using custom plotFcn and custom outputFcn with the genetic algorithm?
I am running an optimisation that requires both custom outputFcn and custom plotFcn. However, the requirement for the custom plo...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


Share information between objective and constraint function with genetic algorithm
Hi, I am using the genetic algorithm solver to minimise a function with non-linear constraints and mixed-integer variables. My ...

대략 6년 전 | 답변 수: 0 | 1

0

답변

질문


How can I access the elements of one array with another array?
I'd like to assign elements to an array in the following manner: a = zeros(2,2,2); ix=1; iy=1; b = [1,1]; a([ix,iy],:) = b(...

대략 6년 전 | 답변 수: 3 | 0

3

답변