Nayan Rawat
Followers: 0 Following: 0
Estadística
7 Preguntas
5 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
140.856
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
95.529
of 154.105
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
más de 3 años hace
how to bypass my complex values inside objective functions? bounds and constraints not working…
Solved?
más de 5 años hace | 0
The ga-function (genetic algorithm) gives me totally random and wrong solutions?
Use fmincon
más de 5 años hace | 0
Pregunta
fmincon is giving better results than ga for a nonlinear constrained optimization problem.
I used fmincon and ga for the same nonlinear constrained optimization (7-300 variables) but fmincon is giving much better result...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Should I set my bounds in the main function call or in the constraints function in global optimization?
Should I set my bounds in the main function call or in the constraints function in global optimization?
más de 5 años hace | 1 respuesta | 0
1
respuestaHow to speed up fmincon for a large optimization?
Use ga or patternsearch.
más de 5 años hace | 0
Pregunta
My objective function has 350 variables with non linear constraints. ga and patternsearch are ineffective using default settings. What can i do?
I tried fmincon, ga and patternsearch but cant get feasible solution. Please help
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
When to use different algorithms for NonlinearConstraintAlgorithm (in ga)?
in ga options, when to use penalty instead of default in NonlinearConstraintAlgorithm ?
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Can we put linear constraints in non linear constraints function when using ga or other optimization(in Optimization toolbox or Global Optimization toolbox)?
When using ga OR in Optimization toolbox or Global Optimization toolbox, does it matter when we put linear constraints into noli...
más de 5 años hace | 0 respuestas | 0
0
respuestasHelp with optimizing a function.
see Solving a Mixed Integer Engineering Design Problem Using the Genetic Algorithm in documentation. it might help.
más de 5 años hace | 0
Pregunta
I want to solve a problem similar to 'Solving a Mixed Integer Engineering Design Problem Using the Genetic Algorithm' as given in documentation using other solvers.
The MATLAB files cantileverVolume.m and cantileverConstraints.m contain the fitness and constraint functions. Can i solve such ...
más de 5 años hace | 0 respuestas | 0
0
respuestasHelp with optimizing a function.
I also need help for a similar problem. por favor.
más de 5 años hace | 0
Pregunta
How to optimize a complex function using ga?
My function is dependent on many discretized functions which are constrained wrt each other. Can it be solved using ga function ...
más de 5 años hace | 0 respuestas | 0