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. 
 However, the function may 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 the GEATbx)

 Syntax:  Options = 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: geamain2, 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  www.geatbx.com 

This document is part of version 3.8 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-2006 Hartmut Pohlheim, All Rights Reserved, (support@geatbx.com).