|
|
@855
|
5 months |
mmckerns |
updated copyright to 2016
|
|
|
@776
|
17 months |
mmckerns |
copyright updated to 2015; added to examples2
|
|
|
@714
|
2 years |
mmckerns |
added license and copyright to every file in certain branches
|
|
|
@710
|
2 years |
mmckerns |
updated to match changes in klepto (archive_dict is now called 'cache')
|
|
|
@709
|
2 years |
mmckerns |
updated cache examples in decorate to use klepto (some should move to …
|
|
|
@671
|
3 years |
mmckerns |
fix: correct imports of _CacheInfo in memoize;
have test_cached use …
|
|
|
@670
|
3 years |
mmckerns |
fix: created module to correct import of cache.safe cache.archives …
|
|
|
@669
|
3 years |
mmckerns |
moved rounding and cache stuff from decorate branch into trunk
|
|
|
@668
|
3 years |
mmckerns |
added docstrings for caching and rounding functions, methods, etc
|
|
|
@667
|
3 years |
mmckerns |
added a 'safe' cache version of all caches (makes memoized obsolete)
|
|
|
@666
|
3 years |
mmckerns |
sync'd memoize with cache; added cache method in memoize
|
|
|
@665
|
3 years |
mmckerns |
added 'memoize' features (archiving, rounding, etc) to caches in cache.py; …
|
|
|
@664
|
3 years |
mmckerns |
refactor archive_dict to be a dict with a pointer to an archive;
rename …
|
|
|
@663
|
3 years |
mmckerns |
migrated keymap functions to keymap classes; enable memoize to use keymaps
|
|
|
@662
|
3 years |
mmckerns |
fixed import of inf_cache, already merged into cache;
added ability for …
|
|
|
@661
|
3 years |
mmckerns |
merged all the new cache functions into a single file;
added simple …
|
|
|
@660
|
3 years |
mmckerns |
added new caching algorithms, need merging with features in memoize
|
|
|
@659
|
3 years |
mmckerns |
added file_dict for dict with file backend; need to rethink "archive"
|
|
|
@658
|
3 years |
mmckerns |
merged the different variants of memoized decorator
|
|
|
@657
|
3 years |
mmckerns |
added pop, clear, and iterator methods to db_dict
|
|
|
@656
|
3 years |
juhas |
The memo table is created only if it does not yet exist in the database …
|
|
|
@655
|
3 years |
mmckerns |
abstracted serializer and memo in memoize.memoized; added db_memo
|
|
|
@646
|
3 years |
mmckerns |
moved discrete from decorate/wrapper to mystic.constraints;
added …
|
|
|
@645
|
3 years |
mmckerns |
migrated constraints, penalty, coupler, and symbolic to trunk;
fix: use …
|
|
|
@644
|
3 years |
mmckerns |
shuffing methods within constraints and penalty to better logically group; …
|
|
|
@643
|
3 years |
mmckerns |
enable discrete to take int or tuple for index
|
|
|
@638
|
3 years |
mmckerns |
fix: updated sumt penalty restarts for changes to solver internals;
fix: …
|
|
|
@631
|
3 years |
mmckerns |
merge energy_history with stepmonitor;
converted CONTINUE in …
|
|
|
@629
|
3 years |
mmckerns |
enable discrete decorator to handle negative index; updated corresponding …
|
|
|
@628
|
3 years |
mmckerns |
discrete decorator for ndarrays; updated test_wrapper for discrete
|
|
|
@627
|
3 years |
mmckerns |
fix: discrete decorator index applies to all when index=None
|
|
|
@626
|
3 years |
mmckerns |
discrete decorator can be applied to given indicies
|
|
|
@623
|
3 years |
mmckerns |
some cleanup of imports in symbolic; _symbolic.solve now imported to solve
|
|
|
@622
|
3 years |
mmckerns |
merge simplify_symbolic, _build_linear, _build_nonlinear, and …
|
|
|
@621
|
3 years |
mmckerns |
updated to new sausage model; added vaA model viewer
|
|
|
@620
|
3 years |
mmckerns |
pass constraint and penalty informative docstring built from underlying …
|
|
|
@619
|
3 years |
mmckerns |
enable use of locals in build_constraint; make use of exec more secure
|
|
|
@618
|
3 years |
mmckerns |
rename order to targets in build_constraint, takes list of variable names
|
|
|
@617
|
3 years |
mmckerns |
commented out guess and *bounds options in build_*;
throw Error for …
|
|
|
@616
|
3 years |
mmckerns |
added test_build_constraint, renamed test_generate_constraint in …
|
|
|
@615
|
3 years |
mmckerns |
added more docstrings to _symbolic; convert == to = for sympy;
make sympy …
|
|
|
@614
|
3 years |
mmckerns |
cleaned up documentation; bugfix for when nvars is less than list of …
|
|
|
@613
|
3 years |
mmckerns |
added impose_product and impose_sum to mystic.math.measures;
allow …
|
|
|
@612
|
3 years |
mmckerns |
better substitution of mean and range for symbolic parser
|
|
|
@611
|
3 years |
mmckerns |
started rewrite of alta's code in mystic's symbolic math module; …
|
|
|
@610
|
3 years |
mmckerns |
added isbounded; minor documentation improvements; extended as_constraints …
|
|
|
@609
|
3 years |
mmckerns |
rename and migrate wrap, nested, and proxify from wrapper to constraints …
|
|
|
@608
|
3 years |
mmckerns |
added solve, as_constraint, and as_penalty;
added tests for solve, …
|
|
|
@606
|
3 years |
mmckerns |
added issolution and error method to penalty
|
|
|
@605
|
3 years |
mmckerns |
added iterative solver method for penalties (needs work)
added …
|
|
|
@604
|
3 years |
mmckerns |
added SetPenalty? method for penalty functions, and penalty kwd for …
|
|
|
@603
|
3 years |
mmckerns |
added outer wrapper 'wrap' as opposed to inner wrapper 'nested'
added …
|
|
|
@602
|
3 years |
mmckerns |
added "with_constraint(target)" form of decorator;
nested now preserves …
|
|
|
@601
|
3 years |
mmckerns |
memoized0 functions renamed to memoized, memoized class to memoize; …
|
|
|
@600
|
3 years |
mmckerns |
add optimization test for penalty and (nested) constraints decorators
|
|
|
@599
|
3 years |
mmckerns |
added decorators for penalty functions: barrier, quadratic, lagrange
|
|
|
@598
|
3 years |
mmckerns |
added clip_bounded, target_bounded, and bounce_bounded decorators to …
|
|
|
@597
|
3 years |
mmckerns |
add 'shallow' rounding (one level deep for floats, lists, arrays)
|
|
|
@595
|
3 years |
mmckerns |
enable a simple round (only rounds floats, does not 'deep round')
|
|
|
@594
|
3 years |
mmckerns |
fix: correct more typos in test_wrapper
|
|
|
@593
|
3 years |
juhas |
Fixed few typos, few more remaining.
|
|
|
@591
|
3 years |
mmckerns |
added decorator in wrapper to provide discrete input
added test for …
|
|
|
@590
|
4 years |
mmckerns |
added reading and writing to disk archive for memoize
|
|
|
@587
|
4 years |
mmckerns |
added access to memory cache for memoizing decorators
|
|
|
@581
|
4 years |
mmckerns |
strong improvements to float caching in memoize, works recursively on …
|
|
|
@580
|
4 years |
mmckerns |
add tests for 'wrapper' decorators
|
|
|
@579
|
4 years |
mmckerns |
improved TimedMonitor? to use independent Timer class; added test code
|
|
|
@575
|
4 years |
mmckerns |
added 'info' keyword to LoggingMonitor? for logging info during init;
added …
|
|
|
@554
|
4 years |
mmckerns |
added Monitor with built-in timer to branches/decorate
|
|
|
@550
|
4 years |
mmckerns |
added decorator versions of function wrappers from mystic.tools
|
|
|
@535
|
4 years |
mmckerns |
hackery to allow float rounding at level zero or level one depth
|
|
|
@534
|
4 years |
mmckerns |
added HPC tutorial (work in progress); extended memoize to better float …
|
|
|
@532
|
4 years |
mmckerns |
added some simple and useful decorators
|