source: @ 862

Revision Log Mode:


Legend:

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