Home > Source > Simple_1D > run_model_opt.m

run_model_opt

PURPOSE ^

RUN_MODEL_OPT: This file is used to orchestrate some experiments

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 RUN_MODEL_OPT: This file is used to orchestrate some experiments
                and simulation with the results recorded.

 Code written by Katherine Smith, 2003

    PENDING WORK

      -

    KNOWN BUG/S

      -None.

    COMMENT/S

      -

    ABOUT

      -Created:     November 23rd, 2003
      -Last update: Novermber 26th, 2003
      -Revision:    0.0.2
      -Author:      R. S. Schestowitz, University of Manchester
 ==============================================================

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % RUN_MODEL_OPT: This file is used to orchestrate some experiments
0002 %                and simulation with the results recorded.
0003 %
0004 % Code written by Katherine Smith, 2003
0005 %
0006 %    PENDING WORK
0007 %
0008 %      -
0009 %
0010 %    KNOWN BUG/S
0011 %
0012 %      -None.
0013 %
0014 %    COMMENT/S
0015 %
0016 %      -
0017 %
0018 %    ABOUT
0019 %
0020 %      -Created:     November 23rd, 2003
0021 %      -Last update: Novermber 26th, 2003
0022 %      -Revision:    0.0.2
0023 %      -Author:      R. S. Schestowitz, University of Manchester
0024 % ==============================================================
0025 
0026 diary model_sep_multi_edge_50
0027 build_1d_model('multi_point','edge','model_opt_separate')
0028 diary off
0029 
0030 % diary model_sep_multi_grid_50
0031 % build_1d_model('multi_point','grid','model_opt_separate')
0032 % diary off
0033 %
0034 % diary model_sep_multi_random_50
0035 % build_1d_model('multi_point','random','model_opt_separate')
0036 % diary off
0037 
0038 diary model_tog_multi_edge_50
0039 build_1d_model('multi_point','edge','model_opt_together')
0040 diary off
0041 
0042 % diary model_tog_multi_grid_50
0043 % build_1d_model('multi_point','grid','model_opt_together')
0044 % diary off
0045 
0046 % diary model_tog_multi_random_50
0047 % build_1d_model('multi_point','random','model_opt_together')
0048 % diary off
0049 
0050 % diary model_sep_single_edge_50
0051 % build_1d_model('single_point','edge_and_scale','model_opt_separate')
0052 % diary off
0053 
0054 % diary model_sep_single_grid_50
0055 % build_1d_model('single_point','overlap_grid','model_opt_separate')
0056 % diary off
0057 
0058 % diary model_sep_single_random_50
0059 % build_1d_model('single_point','random_and_scale','model_opt_separate')
0060 % diary off
0061 
0062 diary model_tog_single_edge_50
0063 build_1d_model('single_point','edge_and_scale','model_opt_together')
0064 diary off
0065 
0066 % diary model_tog_single_grid_50
0067 % build_1d_model('single_point','overlap_grid','model_opt_together')
0068 % diary off
0069 
0070 % diary model_tog_single_random_50
0071 % build_1d_model('single_point','random_and_scale','model_opt_together')
0072 % diary off

Generated on Fri 14-May-2004 10:05:30 by m2html © 2003