Giter Site home page Giter Site logo

jeffrey-hokanson / psdr Goto Github PK

View Code? Open in Web Editor NEW
12.0 5.0 4.0 7.05 MB

Parameter space dimension reduction toolbox

License: GNU Affero General Public License v3.0

Python 32.76% Jupyter Notebook 66.77% Dockerfile 0.40% Shell 0.06%
parameter-reduction python

psdr's Issues

PRA - degree 1 polynomial broken

Resulting fit looks incorrect. See /PSDR/docs/source/ASAP.ipynb

pra = psdr.PolynomialRidgeApproximation(degree = 1,subspace_dimension = 1)

Faster Minimax Design

For the minimax design algorithm based on clustering [MJ18], we could replace the approximate max-norm center computed using the q-norm, with an exact max-center using CVXPY. To improve performance when there are a large number of points, we could incorporate Blitz [JG15] to estimate a working set and use Ritter's Bounding Sphere algorithm to initialize the feasible point.

NACA0012 with Free-Form Deformation shape perturbation

Modify the NACA0012 test problem to include this parameterization. I'd like to use piecewise linear boxes and encode a negative curvature constraint by requiring that for each set of three adjacent points, the finite-difference approximation of the second derivative is negative for the upper surface and positive for lower surface.

Improve initial_sample for dimension >3

The function initial_sample tries to provide points uniformly sampled in the space defined by the metric L on the space. In an earlier implementation this was done by constructing samples uniformly randomly from convex combinations. Unfortunately, numerical experiments suggested this performed worse than simple random sampling. However, the fix I have adopted (sampling on the convex hull of these low-dimensional points) scales exponentially in dimension. Hence, the heuristic instead simply choses randomly in this instance

Create new tutorials and update old ones

Several of the tutorial notebooks use an older style of handling functions and constraints. Update these examples to reference the more modern approach (e.g., fun.domain) in which normalization is handled transparently.

Printer Actuator

A test problem with 6 variables based on an actuator for a dot-matrix printer. See Sec. 6, in

Large Sample Properties of Simulations Using Latin Hypercube Sampling. Michael Stein, Technometrics, Vol. 29, No. 2 (May, 1987), pp. 143-151

Polynomial kernel approximation for large samples

Hi @jeffrey-hokanson, I found this library last week and I think it's great. I would like to compare the polynomial approximation to machine learning approaches like neural networks. However, I tried running the library and got an error when trying to use 50,000 samples. The SVD in PolynomialRidgeApproximation._finish requires too much memory and I was wondering if it's really necessary. Could it be replaced with linalg.lstsq? I don't fully understand what is going on there, but from the description it's trying to find the c coefficients that match the optimal U, isn't it?

Alternative bandwidth selection methods for local_linear

The performance of OuterProductGradient depends heavily on the accuracy of local_linear, which in turn depends heavily on the choice of bandwidth for the kernel weighting the importance of the other samples based on the distance in the ambient space. The perplexity based method works better than the static bandwidth recommended by Li18, but there may be better approaches. There is a wide literature on bandwidth selection techniques, see, e.g., kedd documentation (an R package) for a brief summary of many. Unfortunately, most of these are quadratic in the number of samples and don't seem to suggest a per-sample based bandwidth.

Investigate Halfspace for Bounded Voronoi Vertex Computation

See documentation from scipy: https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.HalfspaceIntersection.html#scipy.spatial.HalfspaceIntersection

Idea: The structure of LinIneqDomain yields a series of halfplanes that define the space. We can think of the equidistant constraints for Voronoi diagrams as similarly defining halfplanes. Thus enumerating through the points x, we can construct the bounded Voronoi diagram. Likely this is not feasible for more than a few dimensions.

Compare methods to UQLab

UQLab is a Matlab based toolbox for uncertainty quantification developed out of ETH Zurich. Of particular importance is comparisons for reliability based design optimization (RBDO) in comparison to those based on ridge approximation implemented in this library.

Unicode in domain string descriptions

When printing domain information about the domain, the code currently renders this information in ASCII; e.g.,

>> print(dom)
<LinIneqDomain on R^8; 1 linear equality constraints>

However, it would be nice if we could use Unicode to render a nicer text description; e.g.,

>> print(dom)
<LinIneqDomain on ℝ⁸; 1 linear equality constraints>

Pros:

  • Similar to mathematical notation
  • Looks nicer

Cons:

  • Increases complexity
  • May not render on all text terminals
  • Unsure about how to encode fall back ASCII for limited terminals

Add support for constraints in ConvexHullDomain

In the current design of ConvexHullDomain, we cannot add constraints of the form:

  • linear inequality constraints
  • linear equality constraints
  • quadratic constraints

This should be simple to support by extending the constraints when solving the LPs for each of the main problems.

Implement test problems from Hoburg and Abbeel

See paper [HA14]: Geometric Programming for Aircraft Design Optimization by Warren Hoburg and Pieter Abbeel in AIAA J 2014.

Although all their examples are geometric programs that are convex after a change in coordinates, these are useful test problems for treating as non-convex programs.

Reduce size of MULTIF docker image

The current MULTI-F docker image is larger than 5GB. This is causing testing to be slow
as travis-ci re-downloads this every time and will be a barrier to other users. So the goal should be to reduce the size of this image.

Improved quadrature rules for generic domains

The current quadrature rule is based on tensor product Gauss rules or a simple Monte-Carlo rule. It would be nice to have better rules, perhaps invoking the Lipschitz matrix to weight directions appropriately.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.