photo

Rakesh Kumar

Last seen: 3 meses hace Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

0 Preguntas
13 Respuestas

File Exchange

2 Archivos

Cody

0 Problemas
8 Soluciones

CLASIFICACIÓN
1.809
of 300.352

REPUTACIÓN
38

CONTRIBUCIONES
0 Preguntas
13 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
9

CLASIFICACIÓN
820 of 20.928

REPUTACIÓN
2.298

EVALUACIÓN MEDIA
4.40

CONTRIBUCIONES
2 Archivos

DESCARGAS
4

ALL TIME DESCARGAS
22785

CLASIFICACIÓN
43.405
of 168.212

CONTRIBUCIONES
0 Problemas
8 Soluciones

PUNTUACIÓN
90

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

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

más de 2 años hace | 2

Respondida
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...

más de 2 años hace | 3

| aceptada

Respondida
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...

más de 4 años hace | 0

| aceptada

Respondida
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 ...

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

Respondida
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...

más de 10 años hace | 1

Respondida
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...

más de 11 años hace | 0

| aceptada

Respondida
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...

alrededor de 14 años hace | 0

| aceptada

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

más de 14 años hace | 1

Respondida
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...

más de 14 años hace | 1

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

más de 14 años hace | 1

Respondida
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...

más de 14 años hace | 0

| aceptada