Documentation of paraoptload

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

Function Synopsis

Options = geaoptload(FileName, FilePath)

Help text

 LOAD PARAOPTions from a text file

 This function loads PARAOPTIONS from a text file (generated 
 by paraoptsave). 
    (especially for the compiled version of the GEATbx)
 However, the function may be used for reading everything else 
 as well.

 Syntax:  Options = paraoptload(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: paraoptsave, paraotset

Cross-Reference Information

This function calls
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).