Documentation of geaoptsave

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

Function Synopsis

Result = geaoptsave(GeaOpt, FileName, FilePath, FileType)

Help text

 SAVE a GEAOPTions structure to a matlab file

 This function saves a GEAOPTIONS structure to an matlab m-file. 
 A fully functional matlab m-file is created and the correct syntax
 calls to geaoptset are included for recreating the given options.

 This function is used for:
  - saving parameters defined by the GEA Toolbox GUI to a readable and 
    editable format

 Syntax:  Result = geaoptsave(GeaOpt, FileName, FilePath)

 Input parameter:
    GeaOpt    - Structure with geaoptions
    FileName  - (optional) String containing name of file to save to
    FilePath  - (optional) String containing path to file

 Output parameter:
    Result    - indicates the result of the operation

 See also: geamain2, geagui, geaoptset, geaoptprint, geaoptload

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).