Documentation of geaoptload


Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)


Function Synopsis

Options = geaoptload(FileName, FilePath)

Help text

 LOAD OPTions from a text file

 This function loads OPTIONS from a text file. The names of the options
 are identical to the GEA options defined in geaoptset.
 However, the functionmay be used for reading everything else as well.

 This function is used for:
  - loading parameters defined by the user for the GEA Toolbox 
    (especially for the compiled version of GEATbx)

 Syntax:  Result = geaoptload(FileName, FilePath)

 Input parameter:
    FileName  - String containing name of file to load from
    FilePath  - (optional) String containing path to file

 Output parameter:
    Options   - Structure containing options from file
                if an error occured, Options will be empty
                   (Options = []).

 See also: geamain, geaoptsave, geaoptset, geaoptprint

Cross-Reference Information

This function calls This function is called by

GEATbx: Main page  Tutorial  Algorithms  M-functions  Parameter/Options  Example functions 

This document is part of version 3.3 of the GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab - www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is not public domain.
© 1994-2000 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).