필터 지우기
필터 지우기

GA is not available in Optimtool

조회 수: 1 (최근 30일)
Zimran Rafique
Zimran Rafique 2012년 1월 23일
댓글: Nandini Gupta 2021년 5월 3일
When I run the command optimtool ('ga')...I am getting the following error: Warning: GA is not available; starting OPTIMTOOL with FMINCON solver. Please tell me the solution for this problem

답변 (3개)

Seth DeLand
Seth DeLand 2012년 1월 23일
The genetic algorithm is part of the Global Optimization Toolbox, this warning leads me to believe you only have the Optimization Toolbox installed.
  댓글 수: 1
Nandini Gupta
Nandini Gupta 2021년 5월 3일
How to check if Global Optimization Toolbox is installed or not?

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


Frantisek Merka
Frantisek Merka 2012년 2월 16일
Hi, I have the same problem, optimtool('ga') with error Warning: GA is not available; starting OPTIMTOOL with FMINCON solver. But I have Global Optim. Toolbox installed. Doc ga and help ga found manuals and also edit ga found ga.m file. But I am unable to use ga funtion from command line i get: Undefined function 'ga' for input arguments of type 'function_handle'. I am using R2011b Campus license. Thank you.

Ramiro
Ramiro 2012년 5월 11일
Same problem here too, and I have just bought and installed the Global Optimization Toolkit.
  댓글 수: 2
Walter Roberson
Walter Roberson 2012년 5월 11일
which -all ga
see if it reports that the function exists but that there is no license. Use
version
to see what is installed.
Use
license
to check licenses.
Walter Roberson
Walter Roberson 2012년 5월 11일
Oh yes, you need to restart MATLAB once after installing the new toolbox.

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

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by