How to connect genetic algorithm and fuzzy simulation ?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
a (maybe to short and unspecific) question regarding genetic algorithm (Global Optimization Toolbox). Is there a way of connecting ga to fuzzy (Fuzzy Simulation Toolbox) in an "easy" way ? Let's say by a function handle ? eg. ga(@evalfuzzy, nvars) And if yes - how do I have to write my "@evalfuzzy" (fitnessfcn) ?
Thanks in advance ! Suppenhuhn
댓글 수: 1
Steve Grikschat
2011년 3월 4일
You need to be more specific in your question.
With this level of specificity, there is nothing that prevents you from having calls to any other toolbox functions inside your fitness function.
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!