Skip to content
Paul Constantine edited this page May 10, 2015 · 91 revisions

It's so close to releasable...

TODO

  • Check given inputs against an object's dimensions, m and n.
  • Need to do something about all the test data. Many of the tests will fail if user does not have Gurobi due to outputs not being exactly equal.

LOGGING / TIMING

  • utils.quadrature.py (5/8/15)
  • utils.plotters.py (N/A)
  • utils.simrunners.py (5/8/15)
  • utils.qp_solver.py (5/9/15)
  • utils.misc.py (5/9/15)
  • utils.designs.py (5/9/15)
  • utils.response_surfaces.py (5/9/15)
  • gradients.py (5/9/15)
  • subspaces.py (5/9/15)
  • domains.py (5/9/15)
  • response_surfaces.py (N/A)
  • integrals.py (5/10/15)
  • optimizers.py (5/10/15)
  • sdr.py
  • base.py

TUTORIALS

  • interface_unbounded.ipynb, unbounded variables, given interface and gradient interface (5/5/15)
  • interface_bounded.ipynb, bounded variables, given interface and gradient interface (5/5/15)
  • bounded variables, given data (5/5/15)

DOCUMENTATION

  • utils.quadrature.py (4/26/15)
  • utils.simrunners.py (5/2/15)
  • utils.plotters.py (5/2/15)
  • utils.misc.py (5/2/15)
  • utils.response_surfaces.py (5/3/15)
  • utils.designs.py (5/3/15)
  • utils.qp_solver.py (5/3/15)
  • gradients.py (5/4/15)
  • subspaces.py (5/4//15)
  • domains.py (5/4/15)
  • response_surfaces.py (5/4/15)
  • integrals.py (5/4/15)
  • optimizers.py (5/4/15)
  • sdr.py (5/4/15)
  • base.py (5/4/15)

REFACTORING

  • GaussianProcess -> RadialBasisApproximation (5/3/15)
  • PolynomialRegression -> PolynomialApproximation (5/3/15)
  • utils.utils -> utils.misc (5/4/15)
  • as_optimizers -> optimizers (5/4/15)
  • as_integrals -> integrals (5/4/15)
  • as_response_surfaces -> response_surfaces (5/4/15)

TESTS

  • test_sdr.py, sdr (4/21/15)
  • test_base.py, base (4/19/15)
  • test_as_optimizers.py, optimizers (4/19/15)
  • test_as_integrals.py, integrals (4/19/15)
  • test_as_response_surfaces.py, response_surfaces (4/19/15)
  • test_domains.py, domains (4/18/15)
  • test_subspaces.py, subspaces (4/18/15)
  • test_qp_solver.py, utils.qp_solver (4/18/15)
  • test_utils.py, utils.misc (4/17/15)
  • test_plotters.py, utils.plotters (4/17/15)
  • test_simrunners.py, utils.simrunners (3/31/15)
  • test_designs.py, utils.designs (3/29/15)
  • test_gradients.py, gradients (3/29/15)
  • test_response_surfaces.py, utils.response_surfaces (3/10/15)
  • test_quadrature.py, utils.quadrature (3/8/15)
Clone this wiki locally