필터 지우기
필터 지우기

Is there a way to save additional information in a custom crossover function for the ga and then pass it to the output function?

조회 수: 1 (최근 30일)
I have custom crossover, mutation, and output functions for my implementation of the ga (genetic algorithm).
I would like to be able to save certain information when calling the crossover function (namely I want to know which parents produced which offspring and what the parents' scores were). Then when the output function is called, I want to refer to that information if a better solution was generated.
I have tried passing a struct to the crossover and output functions and have them both refer to it, but that doesn't seem to work out of the box.
(The scores seem to be passed to the crossover function in the field the documentation refers to as 'unused', by the way.)

채택된 답변

Walter Roberson
Walter Roberson 2021년 3월 27일
There is no provided mechanism for this.
  댓글 수: 3
Doug Rank
Doug Rank 2021년 3월 31일
Apologies, but I'm not sure which part of your link specifically you would be referring to when you say "shared variables". I see a few different options listed, but global seemed to be the only option that made sense for what I was trying to accomplish.

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by