how to solve a deflection problem in pavement surface using genetic algorithms.

2 次查看(过去 30 天)
The question is like this,
I have the formula for the theortical deflection d(t) that depends on four parameters(u,v,x,y) that have a specific range ( let it be theoretical deflection)
along with these, I have six measured deflections d(m) at six different points.
So, I need a GA
where the function is the root square mean of the sum of error in each deflection.
i.e.,
Where the outcome should have a single value for every parameter so that the error should be minimized and have exact or nearby value to measured deflection.
  4 个评论

请先登录,再进行评论。

采纳的回答

Alan Weiss
Alan Weiss 2020-5-1
There are many ways to solve such model-fitting problems. See these examples:
You can always use ga instead of fminsearch or fminunc, though I am not sure why you would want to.
Alan Weiss
MATLAB mathematical toolbox documentation
  1 个评论
ADITYA ANUPAM
ADITYA ANUPAM 2020-5-1
Sir,
If these question were solved by using fminsearch I had used it earlier. It's my research work that's why i can't explain here. But this example is just a protype of what I want. So if you can help me to solve I will be highly obliged to you.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Genetic Algorithm 的更多信息

产品


版本

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by