- Updates to support the new MPIController in POAP - pySOT now sends copies of key variables in case they are changed by the method
0.1.22
-------------------
- Added two tests for the MPI controller in POAP - Removed the accidental matplotlib dependency - Fixed some printouts in the tests
0.1.21
-------------------
- Added an option for supplying weights to the candidate point methods - Cleaned up some of the tests by appending attributes to the workers - Extended the MATLAB example to parallel - Added a help function for doing a progress plot
0.1.20
-------------------
- Added some basic input checking (evaluations, dimensionality, etc) - Added an example with a MATLAB engine in case the optimization problems is in MATLAB - Fixed a bug in the polynomial regression - Moved the merit function out of sampling_methods.py
0.1.19
-------------------
- Too much regularization was added to the RBF surface when the volume of the domain was large. This has been fixed.
0.1.18
-------------------
- Significant restructuring of the code base - make_points now takes an argument that specifies the number of new points to be generated - Added Box-Behnken and 2-factorial to the experimental designs - Simplified the penalty method strategy by moving evals and derivs into a surrogate wrapper