|
|
@862
|
4 weeks |
mmckerns |
add mystic.math.Distribution; use it for InitialPoints?, ensemble …
|
|
|
@861
|
7 weeks |
mmckerns |
enable SetDistributionPoints? to take a numpy.random distribution method
|
|
|
@860
|
7 weeks |
mmckerns |
refactor ensemble solvers so Solve in abstract class; new _InitialPoints …
|
|
|
@859
|
7 weeks |
mmckerns |
fix: raise error when scipy.stats instance used to set population of …
|
|
|
@858
|
7 weeks |
mmckerns |
enable solver to use scipy.stats instance to generate initial population
|
|
|
@857
|
3 months |
mmckerns |
nudging to klepto-0.1.2
|
|
|
@856
|
3 months |
mmckerns |
|
|
|
@855
|
5 months |
mmckerns |
updated copyright to 2016
|
|
|
@854
|
5 months |
mmckerns |
minor tweaks; renamed penalize coupler to additive, renamed combine to …
|
|
|
@853
|
5 months |
mmckerns |
clarify 'combine' and provide new example using combine
|
|
|
@852
|
5 months |
mmckerns |
added function to combine several penalties into a single penalty
|
|
|
@851
|
5 months |
mmckerns |
constraints.solve now can use ensemble solvers
|
|
|
@850
|
5 months |
mmckerns |
added linear_equality and linear_inequality penalties
|
|
|
@849
|
5 months |
mmckerns |
added synchronized to tools, which enables easy input synchronization
|
|
|
@848
|
5 months |
mmckerns |
added in-development example of using mystic for accurate N-dim …
|
|
|
@847
|
5 months |
mmckerns |
slightly faster imports using imp
|
|
|
@846
|
6 months |
mmckerns |
edit scripts and support for faster import of mystic (local imports of …
|
|
|
@845
|
6 months |
mmckerns |
wrap mystic.models bound instances in functions (better for dill.source)
|
|
|
@844
|
6 months |
mmckerns |
check if handler enabled before using signal (so solver works in …
|
|
|
@843
|
6 months |
mmckerns |
add deepcopy method for abstract_solver to better support 2.6
|
|
|
@842
|
6 months |
mmckerns |
added initial global search object and accompanying example
|
|
|
@841
|
6 months |
mmckerns |
add verbose option to model plotter; minor fix to import in test_smo1.py
|
|
|
@840
|
7 months |
mmckerns |
moved svmtools to svr, svctools to svc; fixed VTR documentation
|
|
|
@839
|
7 months |
mmckerns |
fix spelling error for suppress
|
|
|
@838
|
7 months |
mmckerns |
add read_trajectories function; use in model_plotter and log_reader; …
|
|
|
@837
|
7 months |
mmckerns |
enable mystic.model_plotter and mystic.log_reader to take kwds options …
|
|
|
@836
|
7 months |
mmckerns |
enable mystic.model_plotter to take monitor instance
|
|
|
@835
|
7 months |
mmckerns |
use LinearKernel? in test_svr1 example; enable use of numpy.poly1d as cost; …
|
|
|
@834
|
7 months |
mmckerns |
extended svm and svc KernelMatrix? to n-dimensions
|
|
|
@833
|
8 months |
mmckerns |
added three QP examples, demonstrate nonlinear inequality constraints
|
|
|
@832
|
8 months |
mmckerns |
handle corner case of solve with '0*xN'; add additional print for verbose
|
|
|
@831
|
8 months |
mmckerns |
add simplify to simplify equations for a single variable on the LHS;
use …
|
|
|
@830
|
8 months |
mmckerns |
cleaning and documentation for SVR and SVC examples; rename …
|
|
|
@829
|
8 months |
mmckerns |
replacing qld with mystic.diffev in test_smo1.py
|
|
|
@828
|
8 months |
mmckerns |
update SV regression examples from examples_other
|
|
|
@827
|
8 months |
mmckerns |
fix SV classification examples, move from examples_other to examples
|
|
|
@826
|
8 months |
mmckerns |
remove old equals None; add suppressed and clipped; fix import in svctools
|
|
|
@825
|
8 months |
mmckerns |
added test_circle_dual example
|
|
|
@824
|
9 months |
mmckerns |
reconcile Lnorm and minkowski, add hamming distance;
fix Lnorm and …
|
|
|
@823
|
9 months |
mmckerns |
allow constraints.unique to take 'type' when pass min/max dict
|
|
|
@822
|
9 months |
mmckerns |
moved Lnorm to mystic.math.distance; fix: typo in mystic.math.mad
|
|
|
@821
|
9 months |
mmckerns |
normalize with prior behavior, with Ln-norm included; default mass from 1 …
|
|
|
@820
|
9 months |
mmckerns |
extend mystic.math.measures from L1 norm to Ln norm; set defailt mass=None
|
|
|
@819
|
9 months |
mmckerns |
use mystic.constraints.integers in integer_programming examples;
add docs …
|
|
|
@818
|
9 months |
mmckerns |
added ortools integer_programming example
|
|
|
@817
|
9 months |
mmckerns |
add ortools example least_square; copywright header for ortools examples
|
|
|
@816
|
10 months |
mmckerns |
add scipy.optimize sqlsp example
|
|
|
@815
|
10 months |
mmckerns |
added noisy data fitting example
|
|
|
@814
|
10 months |
mmckerns |
nudging support to dill-0.2.4; add missing methods to all in constraints
|
|
|
@813
|
10 months |
mmckerns |
add polynomial fitting example
|
|
|
@812
|
10 months |
mmckerns |
added root finding example
|
|
|
@811
|
10 months |
mmckerns |
added basic cvxopt lp and qp example
|
|
|
@810
|
10 months |
mmckerns |
better error messaging for bad input for plotting tools in scripts and …
|
|
|
@809
|
10 months |
mmckerns |
added functional interface for scenario plotter
|
|
|
@808
|
10 months |
mmckerns |
added function interface for hypercube_measures
|
|
|
@807
|
10 months |
mmckerns |
functional interface for support_convergence and support_hypercube
|
|
|
@806
|
10 months |
mmckerns |
enable function call for mystic_log_reader
|
|
|
@805
|
10 months |
mmckerns |
made model_plotter function more function-like
|
|
|
@804
|
10 months |
mmckerns |
add model_plotter as a callable function
|
|
|
@803
|
10 months |
mmckerns |
added some event-driven stats: median, mean, trimmed and windowed mean
|
|
|
@802
|
11 months |
mmckerns |
added integer programming tools and some examples from Google ORtools
|
|
|
@801
|
11 months |
mmckerns |
windows comparibility in getch, and pathos; added better read_import
|
|
|
@800
|
11 months |
mmckerns |
updated to use pathos.pools
|
|
|
@799
|
11 months |
mmckerns |
update to use pathos.pools; mirror with mystic.pools
|
|
|
@798
|
11 months |
mmckerns |
bumping version dependency to dill-0.2.3
|
|
|
@797
|
11 months |
mmckerns |
use nested mp/thread, not double nested mp -- otherwise, leaves a mess
|
|
|
@796
|
11 months |
mmckerns |
fix: fmin_powell call cost in Finalize when energy_history != None and …
|
|
|
@795
|
11 months |
mmckerns |
fix: Finalize for fmin_powell should call cost unless solver is live
|
|
|
@794
|
11 months |
mmckerns |
add _update_objective and _live, to queue state changes to cost, penalty, …
|
|
|
@793
|
11 months |
mmckerns |
add scale to wrap_function, enable wrap_function in diffev2 and ensemble
|
|
|
@792
|
11 months |
mmckerns |
for speed, use contains instead of get and has_key
|
|
|
@791
|
11 months |
mmckerns |
use len(stepmon) more uniformly; fix _fcalls for DESolvers;
generations …
|
|
|
@790
|
12 months |
mmckerns |
ensemble solvers add self.id to solver.id in self._map;
allow slice iter …
|
|
|
@789
|
13 months |
mmckerns |
impose_reweighted_* should only return weights
|
|
|
@788
|
13 months |
mmckerns |
added linear programming example
|
|
|
@787
|
15 months |
mmckerns |
remove return cost from SetObjective?; enable change cost and args in Step …
|
|
|
@786
|
15 months |
mmckerns |
fix: removed stray None attached to ExtraArgs? in SetObjective?
|
|
|
@785
|
15 months |
mmckerns |
refactor Solve is Step while not Terminated; radius, xtol, strategy are …
|
|
|
@784
|
15 months |
mmckerns |
added SolverInterrupt? as termination; pull _EARLYEXIT into …
|
|
|
@783
|
15 months |
mmckerns |
fix: add _SetEvaluationLimits to ensemble CheckTermination?;
Step now …
|
|
|
@782
|
15 months |
mmckerns |
moved _SetEvaluationLimits inside CheckTermination?;
moved _termination and …
|
|
|
@781
|
15 months |
mmckerns |
rename _bootstrap_decorate to _bootstrap_objective;
fix: diffev solver …
|
|
|
@780
|
16 months |
mmckerns |
use 'dev0' to be more PEP440 compliant
|
|
|
@779
|
16 months |
mmckerns |
add gamma and lgamma, update erf
|
|
|
@778
|
17 months |
mmckerns |
add constraints.integer to impose the set of integers on a function
|
|
|
@777
|
17 months |
mmckerns |
add std, impose_std, impose_reweighted_std to measures; with_std to …
|
|
|
@776
|
17 months |
mmckerns |
copyright updated to 2015; added to examples2
|
|
|
@775
|
17 months |
mmckerns |
add examples2 which contains several examples of penalties and constraints
|
|
|
@774
|
17 months |
mmckerns |
ticking up versions for dill depends
|
|
|
@773
|
18 months |
mmckerns |
provide default values for nbins and npts for LatticeSolver? and …
|
|
|
@772
|
18 months |
mmckerns |
fix: remove stray random.seed causing seeding of random number generation; …
|
|
|
@771
|
18 months |
mmckerns |
save allSolvers and monitors in ensemble solver; lattice solver default …
|
|
|
@770
|
18 months |
mmckerns |
using the faster numpy.product versus numpy.prod
|
|
|
@769
|
18 months |
mmckerns |
add ones and exact keyword options to math.grid.randomly_bin;
lattice …
|
|
|
@768
|
18 months |
mmckerns |
fix: impose_product should also work when prod is negative
|
|
|
@767
|
18 months |
mmckerns |
convert tuple of degenerate solved values to dict format in _solve_single
|
|
|
@766
|
19 months |
mmckerns |
moved corana, griewangk, and zimmermann to storn to fix pickling of …
|
|
|
@765
|
19 months |
mmckerns |
fix: logfile reader should not choke on inf or nan
|
|
|
@764
|
20 months |
mmckerns |
fix: ensemble solvers serializable by pp with mild rewrite to …
|
|
|
@763
|
20 months |
mmckerns |
use numpy.seterr to ignore nan in measures.normalize and in greater/less …
|
|
|