Changeset 575 for branches


Ignore:
Timestamp:
10/04/12 10:56:37 (4 years ago)
Author:
mmckerns
Message:

added 'info' keyword to LoggingMonitor? for logging info during init;
added 'header' keyword to paramlogger to extend header message;
added ability to store arbitrary keywords and values to paramlogger;
scenario plotter reads stored 'npts' (scenario dimensions), if available

Location:
branches
Files:
24 edited

Legend:

Unmodified
Added
Removed
  • branches/UQ/math/examples2/TEST4d_OUQ_surrogate_diam.py

    r474 r575  
    5858  func_evals = solver.evaluations 
    5959  from mystic.munge import write_support_file 
    60   write_support_file(stepmon) 
     60  write_support_file(stepmon, npts=npts) 
    6161  return solved, func_max, func_evals 
    6262 
     
    210210  print " target: %s" % str(target) 
    211211  print " error: %s" % str(error) 
     212  print " npts: %s" % str((nx,ny,nz)) 
    212213  print "..............\n" 
    213214 
  • branches/UQ/math/examples2/TEST_OUQ_surrogate_diam.py

    r474 r575  
    5858  func_evals = solver.evaluations 
    5959  from mystic.munge import write_support_file 
    60   write_support_file(stepmon) 
     60  write_support_file(stepmon, npts=npts) 
    6161  return solved, func_max, func_evals 
    6262 
     
    162162  print " target: %s" % str(target) 
    163163  print " error: %s" % str(error) 
     164  print " npts: %s" % str((nx,ny,nz)) 
    164165  print "..............\n" 
    165166 
  • branches/UQ/math/examples3/thk_safe/INV_seesaw2d_inf_thk_diam.py

    r474 r575  
    147147  print " mean: %s" % _mean 
    148148  print " range: %s" % _range 
     149  print " npts: %s" % str((nx,ny,nz)) 
    149150  print " CONDITION: %s <= h <= %s" % (hmin,hmax) 
    150151  print "..............\n" 
  • branches/UQ/math/examples3/thk_safe/INV_seesaw2d_sup_thk_diam.py

    r474 r575  
    147147  print " mean: %s" % _mean 
    148148  print " range: %s" % _range 
     149  print " npts: %s" % str((nx,ny,nz)) 
    149150  print " CONDITION: %s <= h <= %s" % (hmin,hmax) 
    150151  print "..............\n" 
  • branches/UQ/math/examples3/thk_safe/INV_surrogate_expect.py

    r471 r575  
    140140  print " mean: %s" % _mean 
    141141  print " range: %s" % _range 
     142  print " npts: %s" % str((nx,ny,nz)) 
    142143  print "..............\n" 
    143144 
  • branches/UQ/math/examples3/thk_unsafe/INV_seesaw2d_inf_thk_diam.py

    r474 r575  
    147147  print " mean: %s" % _mean 
    148148  print " range: %s" % _range 
     149  print " npts: %s" % str((nx,ny,nz)) 
    149150  print " CONDITION: %s <= h <= %s" % (hmin,hmax) 
    150151  print "..............\n" 
  • branches/UQ/math/examples3/thk_unsafe/INV_seesaw2d_sup_thk_diam.py

    r474 r575  
    147147  print " mean: %s" % _mean 
    148148  print " range: %s" % _range 
     149  print " npts: %s" % str((nx,ny,nz)) 
    149150  print " CONDITION: %s <= h <= %s" % (hmin,hmax) 
    150151  print "..............\n" 
  • branches/UQ/math/examples3/thk_unsafe/INV_surrogate_expect.py

    r471 r575  
    140140  print " mean: %s" % _mean 
    141141  print " range: %s" % _range 
     142  print " npts: %s" % str((nx,ny,nz)) 
    142143  print "..............\n" 
    143144 
  • branches/UQ/math/examples3/vel_safe/INV_seesaw2d_inf_vel_diam.py

    r474 r575  
    147147  print " mean: %s" % _mean 
    148148  print " range: %s" % _range 
     149  print " npts: %s" % str((nx,ny,nz)) 
    149150  print " CONDITION: %s <= v <= %s" % (vmin,vmax) 
    150151  print "..............\n" 
  • branches/UQ/math/examples3/vel_safe/INV_seesaw2d_sup_vel_diam.py

    r474 r575  
    147147  print " mean: %s" % _mean 
    148148  print " range: %s" % _range 
     149  print " npts: %s" % str((nx,ny,nz)) 
    149150  print " CONDITION: %s <= v <= %s" % (vmin,vmax) 
    150151  print "..............\n" 
  • branches/UQ/math/examples3/vel_safe/INV_surrogate_expect.py

    r471 r575  
    140140  print " mean: %s" % _mean 
    141141  print " range: %s" % _range 
     142  print " npts: %s" % str((nx,ny,nz)) 
    142143  print "..............\n" 
    143144 
  • branches/UQ/math/examples3/vel_unsafe/INV_seesaw2d_inf_vel_diam.py

    r474 r575  
    147147  print " mean: %s" % _mean 
    148148  print " range: %s" % _range 
     149  print " npts: %s" % str((nx,ny,nz)) 
    149150  print " CONDITION: %s <= v <= %s" % (vmin,vmax) 
    150151  print "..............\n" 
  • branches/UQ/math/examples3/vel_unsafe/INV_seesaw2d_sup_vel_diam.py

    r474 r575  
    147147  print " mean: %s" % _mean 
    148148  print " range: %s" % _range 
     149  print " npts: %s" % str((nx,ny,nz)) 
    149150  print " CONDITION: %s <= v <= %s" % (vmin,vmax) 
    150151  print "..............\n" 
  • branches/UQ/math/examples3/vel_unsafe/INV_surrogate_expect.py

    r471 r575  
    140140  print " mean: %s" % _mean 
    141141  print " range: %s" % _range 
     142  print " npts: %s" % str((nx,ny,nz)) 
    142143  print "..............\n" 
    143144 
  • branches/UQ/math/legacy/MINMAX_StAlData.py

    r569 r575  
    5858  func_evals = solver.evaluations 
    5959  from mystic.munge import write_support_file 
    60   write_support_file(stepmon) 
     60  write_support_file(stepmon, npts=npts) 
    6161  return solved, func_max, func_evals 
    6262 
     
    189189  print " target: %s" % str(target) 
    190190  print " error: %s" % str(error) 
     191  print " npts: %s" % str((nx,ny,nz)) 
    191192  print "..............\n" 
    192193 
  • branches/UQ/math/legacy/MM_OUQ_StAlData.py

    r569 r575  
    6666  func_evals = solver.evaluations 
    6767  from mystic.munge import write_support_file 
    68   write_support_file(stepmon) 
     68  write_support_file(stepmon, npts=npts) 
    6969  return solved, func_max, func_evals 
    7070 
     
    220220  print " target: %s" % str(target) 
    221221  print " error: %s" % str(error) 
     222  print " npts: %s" % str((nx,ny,nz)) 
    222223  print "..............\n" 
    223224 
  • branches/UQ/math/legacy/TEST_OUQ_1dData.py

    r569 r575  
    6262  func_evals = solver.evaluations 
    6363  from mystic.munge import write_support_file 
    64   write_support_file(stepmon) 
     64  write_support_file(stepmon, npts=npts) 
    6565  return solved, func_max, func_evals 
    6666 
     
    216216  print " target: %s" % str(target) 
    217217  print " error: %s" % str(error) 
     218  print " npts: %s" % str((nx,ny,nz)) 
    218219  print "..............\n" 
    219220 
  • branches/UQ/math/legacy/TEST_OUQ_1dSurr_CxCy.py

    r569 r575  
    6161  func_evals = solver.evaluations 
    6262  from mystic.munge import write_support_file 
    63   write_support_file(stepmon) 
     63  write_support_file(stepmon, npts=npts) 
    6464  return solved, func_max, func_evals 
    6565 
     
    217217  print " target: %s" % str(target) 
    218218  print " error: %s" % str(error) 
     219  print " npts: %s" % str((nx,ny,nz)) 
    219220  print "..............\n" 
    220221 
  • branches/UQ/math/legacy/TEST_OUQ_1dSurr_Cy.py

    r569 r575  
    6161  func_evals = solver.evaluations 
    6262  from mystic.munge import write_support_file 
    63   write_support_file(stepmon) 
     63  write_support_file(stepmon, npts=npts) 
    6464  return solved, func_max, func_evals 
    6565 
     
    217217  print " target: %s" % str(target) 
    218218  print " error: %s" % str(error) 
     219  print " npts: %s" % str((nx,ny,nz)) 
    219220  print "..............\n" 
    220221 
  • branches/UQ/math/legacy/TEST_OUQ_StAlData.py

    r569 r575  
    6262  func_evals = solver.evaluations 
    6363  from mystic.munge import write_support_file 
    64   write_support_file(stepmon) 
     64  write_support_file(stepmon, npts=npts) 
    6565  return solved, func_max, func_evals 
    6666 
     
    217217  print " target: %s" % str(target) 
    218218  print " error: %s" % str(error) 
     219  print " npts: %s" % str((nx,ny,nz)) 
    219220  print "..............\n" 
    220221 
  • branches/UQ/math/legacy/TEST_OUQ_StStSurr_Cy.py

    r569 r575  
    6161  func_evals = solver.evaluations 
    6262  from mystic.munge import write_support_file 
    63   write_support_file(stepmon) 
     63  write_support_file(stepmon, npts=npts) 
    6464  return solved, func_max, func_evals 
    6565 
     
    217217  print " target: %s" % str(target) 
    218218  print " error: %s" % str(error) 
     219  print " npts: %s" % str((nx,ny,nz)) 
    219220  print "..............\n" 
    220221 
  • branches/UQ/math/sausage/TEST_OUQ_1dSurr_diam.py

    r569 r575  
    6363  func_evals = solver.evaluations 
    6464  from mystic.munge import write_support_file 
    65   write_support_file(stepmon) 
     65  write_support_file(stepmon, npts=npts) 
    6666  return solved, func_max, func_evals 
    6767 
     
    218218  print " target: %s" % str(target) 
    219219  print " error: %s" % str(error) 
     220  print " npts: %s" % str((nx,ny,nz)) 
    220221  print "..............\n" 
    221222 
  • branches/UQ/math/sausage/TEST_OUQ_StStSurr.py

    r569 r575  
    6262  func_evals = solver.evaluations 
    6363  from mystic.munge import write_support_file 
    64   write_support_file(stepmon) 
     64  write_support_file(stepmon, npts=npts) 
    6565  return solved, func_max, func_evals 
    6666 
     
    230230  print " target: %s" % str(target) 
    231231  print " error: %s" % str(error) 
     232  print " npts: %s" % str((nx,ny,nz)) 
    232233  print "..............\n" 
    233234 
  • branches/decorate/TEST_OUQ_surrogate_diam.py

    r535 r575  
    5858  func_evals = solver.evaluations 
    5959  from mystic.munge import write_support_file 
    60   write_support_file(stepmon) 
     60  write_support_file(stepmon, npts=npts) 
    6161  return solved, func_max, func_evals 
    6262 
     
    162162  print " target: %s" % str(target) 
    163163  print " error: %s" % str(error) 
     164  print " npts: %s" % str((nx,ny,nz)) 
    164165  print "..............\n" 
    165166 
Note: See TracChangeset for help on using the changeset viewer.