필터 지우기
필터 지우기

Minimum objective vs Number of function evaluations

조회 수: 6 (최근 30일)
Yousif Alaraji
Yousif Alaraji 2023년 10월 8일
댓글: Yousif Alaraji 2023년 10월 9일
I got this graph tuning the SVM with the bayesian optimization method the SVM gave me accuracy 100% but when I look at this graph it shows much differ between Minimum objective vs Number of function evaluations thats mean the optimizer didn't work that good if it didn't work then how it gave accuracy 100%.
could anyone explain the graph for me and what does these differences means and how it affect my system.

답변 (1개)

Walter Roberson
Walter Roberson 2023년 10월 9일
The optimizer observes a 7.5e-3 at roughly 12e7 function evaluations, and records that. But it does not assume that is going to be the best possible, and keeps trying. Part of that involves estimating a objective value in a manner that is different than a thorough evaluation; the estimated objective is plotted.
It is common for this kind of work that estimates would increase at some point: it is common that there is some kind of "barrier" that needs to be overcome. Like needing to climb to the lip of the current butte in order to find the canyon.
  댓글 수: 1
Yousif Alaraji
Yousif Alaraji 2023년 10월 9일
So in the attached plot do you think that this work in a good manner?

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

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by