Community Profile

photo

Jorge Armando Vazquez


Last seen: 11 months ago Active since 2021

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Oprimization problems with differential equations
Hello, I have this program and I am trying to make the optimized data converge as best as possible with the real data, but the o...

11 months ago | 0 answers | 0

0

answers

Question


Problen with optimization of two parameters, and with differential equations
I made this program for a chemistry class, but for some reason it shows that the objective function enters optimal values but th...

12 months ago | 2 answers | 0

2

answers

Question


I need that the values of x(1) and x(2) are not higher than 1 using the Genetic algorith for optimization
Hi, I am having some questions with the use of Genetic algorith for optimization, here is my program clc clear all fun_obje...

3 years ago | 1 answer | 0

1

answer

Question


Can you help me with the output of my optimizer?
I have this program from par0 = [0.1,0.0001,100];% initial values history = []; fun_objetivo = @(par,pfrac)FunObjetivo(par);...

3 years ago | 2 answers | 0

2

answers

Question


I need to create a 3d plot from an optimizer
I have this prograsm par0 = [0.005276, 0.5017, 88.6357];% initial values fun_objetivo = @(par,pfrac)FunObjetivo(par); options...

3 years ago | 0 answers | 0

0

answers

Question


I need to create a 3d plot with each step of fminsearch
Hi, here is my program par0 = [0.005276, 0.5017, 88.6357];% initial values fun_objetivo = @(par,pfrac)FunObjetivo(par); ...

3 years ago | 1 answer | 0

1

answer

Question


Estimate parameters of Ordinary Differential Equations (ODE)
Hello, this code was from a post of some years ago. I am trying to estimate parameters of Ordinary Differential Equations (ODE)....

3 years ago | 1 answer | 0

1

answer