photo

Rakesh Kumar

Last seen: 9개월 전 2011년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

0 질문
13 답변

File Exchange

2 파일

Cody

0 문제
8 답안

순위
1,819
of 301,513

평판
38

참여
0 질문
13 답변

답변 채택
0.00%

획득한 표
9

순위
823 of 21,312

평판
2,300

평균 평점
4.40

참여
2 파일

다운로드 수
5

ALL TIME 다운로드 수
22808

순위
45,454
of 175,031

참여
0 문제
8 답안

점수
90

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 4
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Can I restart surrogateopt from earlier iterations with checkpoint file?
I don't think of any easy way to do this.

거의 3년 전 | 2

답변 있음
Optimization using parallel-computing is returning optimized vector that does not match the reward provided.
Hi Aaron, Optimization solvers often does not work with "UseParallel == true" option when a Simulink model is part of objective...

대략 3년 전 | 3

| 수락됨

답변 있음
Is it possible to impose custom conditions for an early surrogate reset?
Hi James, Surrogateopt reset criteria depends on the "expected reduction of objective function value" assuming the incumbent is...

대략 5년 전 | 0

| 수락됨

답변 있음
GA error due to boxdirections
Before running your code, please issue this command (so MATLAB wil stop where an error is thrown) dbstop if error MATLAB will ...

5년 초과 전 | 0

답변 있음
Unexpected Change in Population Diversity of Genetic Algorithm
Hi David, The behavior is strange. It would be great to have a reproduction script if you can share since this behavior is on a...

5년 초과 전 | 0

답변 있음
Please could I have more detail on the 'quasirandom' sequence in surrogateopt?
Please take a look at this doc page (section Definitions for Surrogate Optimization) https://www.mathworks.com/help/gads/surrog...

대략 6년 전 | 0

답변 있음
Does using global variables in objective function risk error when using ga in parallel?
Every worker will have its own copy of the global variable not in sync with other workers. Its global for all the M-files on a w...

거의 11년 전 | 1

답변 있음
Patternsearchw with genetic algorithm
Hi Grzegorz, Thanks for posting this issue; it is a bug. The only workaround I can see is to change the code and compare nargin...

대략 12년 전 | 0

| 수락됨

답변 있음
Slacktol value ?
First suggestion is to use the newer algorithm added in 11a if you can. The warning message I get should be fixed (easy to f...

14년 초과 전 | 0

| 수락됨

답변 있음
mesh size change in patternsearch
The trial points are probably infeasible with that big mesh size; hence no function evaluation.

거의 15년 전 | 1

답변 있음
How to get alternative solutions to a linear programming problem using linprog?
Why do you think there won't be a unique solution? When you have a linear objective (bounded) and constraints are linear (and bo...

대략 15년 전 | 1

답변 있음
quadprog vs fmincon
Have you looked at fmincon 'interior-point' algorithm option? Here is a snippet of help from this algorithm W = HessMultFcn(x...

대략 15년 전 | 1

답변 있음
Optimization of function described in standalone code
You will have to create a C++ file (which is called MEX in MATLAB environment) that can be called directly from MATLAB. See some...

대략 15년 전 | 0

| 수락됨