www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgoptimfuncs/initfrommbc.m

    function obj = initfrommbc(obj)
%INITFROMMBC Set up functions from the list for builtin MBC ones
%
%  OBJ = INITFROMMBC(OBJ) sets up the function list to be the set of
%  optimization functions that are included with MBC.

%  Copyright 2000-2014 The MathWorks, Inc. and Ford Global Technologies, Inc.


obj.FunctionNames = {'mbcOSfmincon', 'mbcOSNBI', ...
    'mbcOSga', 'mbcOSgamultiobj', 'mbcOSpsearch', 'mbcOSmodalopt', ...
    'mbcOSmultistart','mbcOSworkedexample'};
obj.FunctionFound = true(size(obj.FunctionNames));