|
|
@421
|
6 years |
mmckerns |
cg & bfgs now work regardless if fprime provides list or ndarray
|
|
|
@420
|
6 years |
mmckerns |
minor edit to docs to denote likely performance increase w/ scipy …
|
|
|
@419
|
6 years |
mmckerns |
reduce scipy function copies (and likely delay due to importing)
|
|
|
@418
|
6 years |
mmckerns |
centralized support for (modified) scipy helper functions
|
|
|
@417
|
6 years |
mmckerns |
test_ncg uses mystic.models
|
|
|
@416
|
6 years |
mmckerns |
updated dejong to include rosen.der and rosen.hess
|
|
|
@413
|
6 years |
altafang |
Adding some comments on constraints tools
|
|
|
@412
|
6 years |
mmckerns |
added lines to setup for optional dependencies
|
|
|
@411
|
6 years |
altafang |
Improving snobfit, fixing typos
|
|
|
@410
|
6 years |
altafang |
Removing constrained_tests_other because it is too outdated, and adding …
|
|
|
@409
|
6 years |
altafang |
Adding a better adaptation of the Snobfit solver that seems to work better …
|
|
|
@408
|
6 years |
altafang |
Adding tests of Mystic performance where parameters are adjusted for best …
|
|
|
@407
|
6 years |
altafang |
Improving docstrings for math tools, mcdiarmid bound calculator, etc.
|
|
|
@406
|
6 years |
altafang |
Editing the defaults for the augmented Lagrangian and barrier methods of …
|
|
|
@405
|
6 years |
altafang |
Fixing a bug in constraint tools
|
|
|
@404
|
6 years |
altafang |
The gradient solvers don't handle box bounds well, as they are implemented …
|
|
|
@403
|
6 years |
altafang |
Reverting some changes in scipy_optimize and adding some comments on the …
|
|
|
@402
|
6 years |
altafang |
Updating and reorganizing constrained optimization tests
|
|
|
@401
|
6 years |
altafang |
Adding tests of constrained optimizations, and updating older tests
|
|
|
@400
|
6 years |
altafang |
Adding CRT for PowellDirectionalSolver? and making sure everything is using …
|
|
|
@399
|
6 years |
altafang |
Mostly just adding some comments, and beginning to make a few small …
|
|
|
@398
|
6 years |
altafang |
Fixing typos
|
|
|
@397
|
6 years |
altafang |
Allowing the barrier method to handle equality constraints, and making it …
|
|
|
@396
|
6 years |
altafang |
Fixing constraint tools and moving scipy_ncg back into the mystic-0.2a1 …
|
|
|
@395
|
6 years |
altafang |
Adding tool for finding a feasible point given constraints, and allowing …
|
|
|
@394
|
6 years |
altafang |
Fixing some typos in constraints code
|
|
|
@393
|
6 years |
altafang |
Changing the filtering method for imposing constraints to the logarithmic …
|
|
|
@392
|
6 years |
altafang |
Cleaning up constraint tools code, adding examples and tests
|
|
|
@391
|
6 years |
altafang |
Making particle swarm more parallel-friendly, fixing typos in the …
|
|
|
@390
|
6 years |
altafang |
Adding the actual cost functions to the mystic test suite file so it can …
|
|
|
@389
|
6 years |
altafang |
Fixing a few things in the gradient solvers, (such as consistency in using …
|
|
|
@388
|
6 years |
mmckerns |
prepare for move out of "solver" directory -- don't use direct imports
|
|
|
@387
|
6 years |
mmckerns |
further standardization of docs and settings
|
|
|
@386
|
6 years |
mmckerns |
partial standardization of docs for solvers
|
|
|
@385
|
6 years |
altafang |
Fixing up the solvers that still need more work/testing, and adding some …
|
|
|
@384
|
6 years |
altafang |
Fixing something from the last commit
|
|
|
@383
|
6 years |
altafang |
Adding a tentative particle swarm optimizer and organizing solvers that …
|
|
|
@382
|
6 years |
altafang |
Fixing bugs in the constrained optimization example
|
|
|
@381
|
6 years |
altafang |
Fixing a bug with using Rand1Bin with the augmented Lagrangian method
|
|
|
@380
|
6 years |
altafang |
Fixing a bug in constraint tools
|
|
|
@379
|
6 years |
altafang |
Improving the gaussian measure code
|
|
|
@378
|
6 years |
altafang |
Adding more inline comments to the gaussian OUQ example
|
|
|
@377
|
6 years |
altafang |
Cleaning up files forgotten in the last commit
|
|
|
@376
|
6 years |
altafang |
Organizing the constraints tests into separate directories
|
|
|
@373
|
6 years |
altafang |
Fixing minor things, adjusting termination conditions on tests
|
|
|
@371
|
6 years |
altafang |
Fixing the matrix constraints input interface and adding another test.
|
|
|
@369
|
6 years |
altafang |
Adding more tests of constrained optimizations and fixing typos
|
|
|
@368
|
6 years |
altafang |
Fixing a bug with the interface for inputting constraints as functions
|
|
|
@367
|
6 years |
altafang |
Adding interface for constraints that are functions, not just symbolic …
|
|
|
@364
|
6 years |
altafang |
Improving matrix constraints interface and adding installation …
|
|
|
@363
|
6 years |
altafang |
Adding a very tentative implementation of the OUQ code with Gaussian …
|
|
|
@362
|
6 years |
altafang |
Adding logarithmic barrier option and more constrained optimization tests
|
|
|
@361
|
6 years |
altafang |
Renaming the tutorial example and adding test cases (I found some more …
|
|
|
@360
|
6 years |
altafang |
More testing of constraints tools and comparisons of different constraints …
|
|
|
@359
|
6 years |
altafang |
Fixing the direct enforcing method for constraints
|
|
|
@358
|
6 years |
altafang |
Adding tests of the direct enforcing method and of the range constraints …
|
|
|
@357
|
6 years |
altafang |
Adding two more tests of constrained optimizations and improving the …
|
|
|
@356
|
6 years |
altafang |
Adding more tests of constrained optimizations, and slightly adjusting the …
|
|
|
@355
|
6 years |
altafang |
Cleaning up the tests of the constraints tools, and adjusted augmented …
|
|
|
@354
|
6 years |
altafang |
Figured out why augmented Lagrange multiplier method wasn't working for …
|
|
|
@351
|
6 years |
altafang |
Fixed handling of disp keyword in augmented lagrangian method; adding …
|
|
|
@350
|
6 years |
altafang |
Fixed constraint tools to be able to parse constraints where ndim > 9 …
|
|
|
@349
|
6 years |
altafang |
Added a test problem to the Mystic test suite, added more tests of the …
|
|
|
@348
|
6 years |
altafang |
Changing the barrier method to a simple filtering method and so changing …
|
|
|
@347
|
6 years |
altafang |
Removing constraints from one-line interfaces of solvers, for now. Fixing …
|
|
|
@346
|
6 years |
altafang |
Fixing a mistake in the augmented lagrange multiplier method code and …
|
|
|
@345
|
6 years |
altafang |
Fixing something from last commit
|
|
|
@344
|
6 years |
altafang |
Adding a better interface for inputting constraints, making it easier to …
|
|
|
@343
|
6 years |
altafang |
Adding ability to impose constraints using the augmented Lagrange …
|
|
|
@342
|
6 years |
altafang |
Adding a commonly used test problem for constrained optimizations, the …
|
|
|
@341
|
6 years |
altafang |
Adding more tests to the Mystic test suite, and adding more tests of …
|
|
|
@340
|
6 years |
altafang |
Fixing a bad typo in the constraint tools
|
|
|
@339
|
6 years |
altafang |
Adding more test problems and tests to the Mystic test suite. Added …
|
|
|
@338
|
6 years |
altafang |
Found some good sources of optimization test problems, and translated some …
|
|
|
@334
|
6 years |
altafang |
Formatting the docstrings better on constraint_tools and moving …
|
|
|
@333
|
6 years |
altafang |
Cleaning up constraint_tools.py and polishing its docstrings so it's more …
|
|
|
@332
|
6 years |
altafang |
Adding an interface for entering linearequality and inequality constraints …
|
|
|
@331
|
6 years |
altafang |
Changed constraints back to a keyword rather than a solver attribute in …
|
|
|
@330
|
6 years |
altafang |
Fixing a bug with verifying if constraints are satisifed
|
|
|
@329
|
6 years |
altafang |
Adding another test case, a peaks function, to the Mystic test suite, and …
|
|
|
@328
|
6 years |
altafang |
Fixing typo in the last commit
|
|
|
@327
|
6 years |
altafang |
Adding the griewangk function and NelderMeadSimplexSolver? to the Mystic …
|
|
|
@326
|
6 years |
altafang |
Adding ability to impose constraints uisng the penalty method, which seems …
|
|
|
@325
|
6 years |
altafang |
Fixing something from the last commit -- accidentally deleted something …
|
|
|
@324
|
6 years |
altafang |
Adding more of the DE paper's test problems to the Mystic test suite.
|
|
|
@323
|
6 years |
altafang |
Adding some test problems found in books and on websites, adding …
|
|
|
@322
|
6 years |
mmckerns |
more use of defaults; RandomInitialPoints?
|
|
|
@321
|
6 years |
mmckerns |
tests use defaults; pass unless far off
|
|
|
@320
|
6 years |
altafang |
Starting code for a Mystic test suite for different problems. Currently …
|
|
|
@318
|
6 years |
altafang |
Adding another adapted OUQ test and fixing up the notes on comparing …
|
|
|
@317
|
6 years |
altafang |
Got rid of only imposing constraints if they don't violate bounds in the …
|
|
|
@316
|
6 years |
altafang |
Slight edits to the last commit of notes on how constraints are imposed.
|
|
|
@315
|
6 years |
altafang |
Adding some notes on the performance of the seesaw2d examples depending on …
|
|
|
@314
|
6 years |
altafang |
Changing differential evolution so that it always imposes constraints each …
|
|
|
@313
|
6 years |
altafang |
Put back something I removed in the last commit, to make differential …
|
|
|
@312
|
6 years |
altafang |
Fixed measure_methods and differential_evolution so that they work with …
|
|
|
@311
|
6 years |
mmckerns |
make Dirac_3D and measure_methods python2.5 compatable
|
|
|
@310
|
6 years |
altafang |
Improving efficiency of inequalities constraints function and of …
|
|
|
@309
|
6 years |
mmckerns |
make constraint_tools python2.5 compatable
|
|
|
@308
|
6 years |
altafang |
Adding ability to constrain the mean and range with inequalities, such as …
|
|
|