필터 지우기
필터 지우기

optimization criteria for my neural network using Genetic Algorithm

조회 수: 1 (최근 30일)
Chandrima Debnath
Chandrima Debnath 2022년 5월 15일
답변: Umang Pandey 2023년 9월 21일
hello all! I developed a neural network using Genetic Algorithm(GA). the fitness function of GA will be the neural network performance. I mean the less the error my GA is works well. But the Question arises when I can stop my GA hw i will define the stopping criteria for the same. please give me some suggestions.

답변 (1개)

Umang Pandey
Umang Pandey 2023년 9월 21일
Hi Chandrima,
From what I understand, you can fetch the fitness function values correctly from your neural network and want to determine a stopping criterion for the GA.
When it comes to defining a stopping criterion for a GA, there are several approaches that can be considered, depending on the specific optimization problem at hand. Among these approaches, two popular ones are:
  1. Setting a maximum number of generations: This involves specifying a predetermined limit on the number of generations the GA will run before terminating.
  2. Defining a convergence criterion: This criterion is based on a tolerance limit, where the GA is terminated when the optimal solution undergoes changes smaller than the specified tolerance value.
These are just a couple of examples, and the choice of stopping criterion depends on the nature of the optimization problem.
For further information refer the documentation:

카테고리

Help CenterFile Exchange에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by