source: branches/UQ @ 862

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @855   5 months mmckerns updated copyright to 2016
(edit) @800   11 months mmckerns updated to use pathos.pools
(edit) @776   17 months mmckerns copyright updated to 2015; added to examples2
(edit) @714   2 years mmckerns added license and copyright to every file in certain branches
(edit) @702   3 years mmckerns moved lattice and buckshot examples to use pathos import if found; …
(edit) @688   3 years mmckerns merged UQ and OUQ examples into trunk; update use of pm.coords to …
(edit) @687   3 years mmckerns renaming of some of the measure methods, including dirac_measure to …
(edit) @678   3 years mmckerns func_pickle not needed for MPI2 either, so commented it out; added MM2 …
(edit) @677   3 years mmckerns updated solver docs to use Pool; nested solver examples use …
(edit) @676   3 years mmckerns fix: fixed typo in save state for nested optimizers; updated UQ 'examples' …
(edit) @675   3 years mmckerns updated UQ branch to use new pathos/pyina Pools
(edit) @621   3 years mmckerns updated to new sausage model; added vaA model viewer
(edit) @601   3 years mmckerns memoized0 functions renamed to memoized, memoized class to memoize; …
(edit) @596   3 years mmckerns update caching to explicitly use deep_round
(edit) @592   3 years mmckerns added hausdorff sausage code and partial envelope code
(edit) @588   4 years mmckerns allow hausdorff normalization of y
(edit) @586   4 years mmckerns TEST_OUQ_1dSurr* demonstrates passing in a monitor for all print …
(edit) @585   4 years mmckerns added constraints code to impose bounds constraints in legacy added …
(edit) @582   4 years mmckerns made fixed lower bound for Y a little more generic
(edit) @575   4 years mmckerns added 'info' keyword to LoggingMonitor? for logging info during init; added …
(edit) @569   4 years mmckerns merge of dirac_measure plus compressed, paramtrans, and legacydata to …
(edit) @566   4 years mmckerns data plotter now 'scenario' plotter support options similar to …
(edit) @565   4 years mmckerns enable toggle between 'expected' coord alignment and values-last alignment
(edit) @564   4 years mmckerns cone plotter now a more generic script, takes commandline input; replaces …
(edit) @563   4 years mmckerns enable selection of color for datapoints and cone
(edit) @562   4 years mmckerns better bounds clipping for datapoints; allow coneless plotting of data
(edit) @559   4 years mmckerns fmin_powell with full_output return more standard (moved direc to end)
(edit) @558   4 years mmckerns npop to 20 for set_feasible; expose maxiter to user in impose_short; …
(edit) @557   4 years mmckerns set_valid default maxiter to 1000; fix validation test code in paramtrans
(edit) @556   4 years mmckerns fix: graphical_distance optimization is short-circuited when Cx = 0; tuned …
(edit) @555   4 years mmckerns bug fix: correct upper bounds Y_upper not Y_lower, uncommented …
(edit) @553   4 years tjs Added 'sausage' branch with working OUQ sausage code using …
(edit) @552   4 years tjs Added 'sausage' branch with working OUQ sausage code using …
(edit) @547   4 years mmckerns bugfix for cutoff == True; speedup for flatten and graphical_distance
(edit) @546   4 years mmckerns moved valid to paramtrans; moved dataset to legacydata; tighter coupling …
(edit) @545   4 years mmckerns bugfixes to valid, impose_valid, etc for model validity as …
(edit) @529   4 years mmckerns commented out unused functions: expand, split_xy, mend_xy, generate, …
(edit) @527   4 years mmckerns fix set_valid passing of kwds (esp. cutoff); TEST* scripts for model …
(edit) @526   4 years mmckerns short* and valid* are now primarily dataset methods; added check for model …
(edit) @525   4 years mmckerns fix: don't set cutoff=Cv when raw=True
(edit) @524   4 years mmckerns give short_wrt_* and valid_wrt_model more options (raw, all, cutoff, ...)
(edit) @523   4 years mmckerns added model validity core code
(edit) @522   4 years mmckerns fix: lipschitz_distance only uses tol; however can also take cutoff, ytol
(edit) @521   4 years mmckerns added short_ytol and ytol to allow for wiggle room in shortness of values
(edit) @520   4 years mmckerns from cutoff to tol,ytol in lipschitz_distance and lipschitz_max; bugfix …
(edit) @519   4 years mmckerns bugfix: overriding default monitors was broken in solver one-liners
(edit) @518   4 years mmckerns enable diffev solvers to accept strategy; allow impose_feasible to accept …
(edit) @515   4 years mmckerns enable fmin_powell one-liner to configure generations termination …
(edit) @514   4 years mmckerns fixed init funciton for scenarios so accepts product measures; allow …
(edit) @509   4 years mmckerns split dataset files and dataset reader/writers
(edit) @508   4 years mmckerns added set_expect and get_expect for dirac_measures; easier debug for …
(edit) @507   4 years mmckerns updated multiprocessing version of OUQ_StAlData to scenarios
(edit) @506   4 years mmckerns added scenario class, a product_measure with values; added repeat and …
(edit) @504   4 years mmckerns safe is one-sided, not pointwise
(edit) @503   4 years mmckerns added check short_wrt_self in main constraints function
(edit) @500   4 years mmckerns set short_tol to 1e-9
(edit) @498   4 years mmckerns
(edit) @497   4 years mmckerns added data (and cone) plotter
(edit) @496   4 years mmckerns added multiprocessing version of StAl? driver
(edit) @495   4 years mmckerns StAlData?: zero out short_tol, set ngen = 100
(edit) @494   4 years mmckerns tuning optimization of legacy shortness
(edit) @493   4 years mmckerns added datapoints for examples in figure 5.2
(edit) @492   4 years mmckerns added 1D examples; bugfix to catch short_wrt_self violations
(edit) @491   4 years mmckerns blamelist fail return the pairs of failure indexes or set of failure …
(edit) @490   4 years mmckerns transpose returned matrix in lorentz_metric
(edit) @489   4 years mmckerns bugfix euclidean distance, now is manhattan distance modify 'select' to …
(edit) @486   5 years mmckerns initial version of calculating UQ diameters with multiprocessing
(edit) @483   5 years mmckerns further documentation for code in legacy branch; scaled back import …
(edit) @482   5 years mmckerns added docstrings for some of the new methods in legacy branch
(edit) @481   5 years mmckerns added legacyOUQ branch
(edit) @474   5 years mmckerns populate SetConstraints? method to UQ branch
(edit) @472   5 years mmckerns new methods for product measure: load, flatten, pts, wts, pos; more …
(edit) @471   5 years mmckerns change some examples to rely less on monitors and more on solver internals
(edit) @470   5 years mmckerns migrated "Null" to monitors; set StepMon/Evalmon? is now a method
(edit) @469   5 years mmckerns moved _flat_split to split_param
(edit) @468   5 years mmckerns migrated almostEqual from approx_equal to numpy.allclose
(edit) @467   5 years mmckerns updated with the Sow to Monitor change from r466
(edit) @465   5 years mmckerns all solvers import through 'solvers', and tools through 'tools' renamed …
(edit) @449   5 years mmckerns allow 'impose_expectation' to take constraints function: x' = …
(edit) @444   5 years mmckerns cleanup: these are included in mystic.math
(edit) @443   5 years mmckerns updated basic OUQ example to use measure math in mystic.math
(edit) @414   6 years mmckerns updated queue submission examples for 'scheduler' keyword
(edit) @375   6 years mmckerns bugfix in best_dimensions; examples2 files now use scripts
(edit) @319   6 years mmckerns improved OUQ examples, allow tweakable scale in cost
(edit) @296   6 years mmckerns extended Sows/Solvers? to log solver 'rank' (see ticket #94)
(edit) @261   6 years mmckerns deleted outdated example
(edit) @255   6 years mmckerns OUQ code and plotters
(edit) @253   6 years mmckerns added parallel diameter batchgrid for QSUB
(edit) @252   6 years mmckerns cleanup for mystic tests; added UQ example with mapped diameter …
(edit) @237   6 years mmckerns moved "approx_equal" to mystic.math
(edit) @236   6 years mmckerns created "math" subdirectory, migrated "grid" and "poly" tools
(edit) @235   6 years mmckerns added ScattershotSolver? to nested solvers; merged scatter.py to …
(edit) @234   6 years mmckerns added BatchGridSolver? and abstract_nested_solver class
(edit) @217   6 years mmckerns mod of "QSUB" code to run on with moab+slurm instead of torque+openmpi
(edit) @216   6 years mmckerns added function for "approximately_equal" comparisons
(edit) @213   6 years mmckerns allow settable tmpfile directory, to better deal with queue launches; …
(edit) @209   6 years mmckerns bugfix (hopefully) for torque_launcher. now waits until "-o outfile" …
(edit) @208   6 years mmckerns exended ez_map to work with the torque_launcher. Broken, as qsub is …
(edit) @206   6 years mmckerns modified example to use new SetMapper? interface
(edit) @204   6 years mmckerns removed obsolete launchers.py
Note: See TracRevisionLog for help on using the revision log.