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

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

Somebody Please try to solve this It will be really helpful
Why there are no u, v, x and y in formula?
No, Constant value need to be find out from theoritical deflection.

댓글을 달려면 로그인하십시오.

 채택된 답변

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

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개)

카테고리

제품

릴리스

R2018a

질문:

2020년 4월 29일

댓글:

2020년 5월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by