About 412,000 results
Open links in new tab
  1. 7.1 Shape optimization via the shape derivative — NGS-Py 6.

    In this tutorial we discuss the implementation of shape optimization algorithms to solve. min Ω J (Ω):= ∫ Ω f (x) d x, f ∈ C 1 (R d). The analytic solution to this problem is. Ω ∗:= {x ∈ R d: f (x) ≤ …

  2. Python package for shape optimization and shape analysis in ... - GitHub

    Scikit-shape is a Python toolbox for shape detection, image segmentation, and shape analysis. We provide this package as a free, open-source Python module to the research community. Its …

  3. Two dimensional Optimization (minimization) in Python (using …

    Oct 23, 2014 · I am trying to optimize (minimize) a two dimensional function E (n,k) defined as follows: error=lambda x,y,w: (math.log (abs (Tformulated (x,y,w))) - math.log (abs (Tw [w])))**2 …

  4. Scikit-Shape: Python package for shape optimization and analysis

    Scikit-shape is a Python toolbox for shape detection, image segmentation, and shape analysis. We provide this package as a free, open-source Python module to the research community. Its …

  5. Optimizable Geometry - Python API - Ansys Optics

    Shape optimization in 2D is supported through MODE varFDTD and FDTD. Using varFDTD wil l automatically collapse the material and geometric contributions in the z-direction to more …

  6. Non-linear least squares fitting of a two-dimensional data

    Dec 19, 2018 · The scipy.optimize.curve_fit routine can be used to fit two-dimensional data, but the fitted data (the ydata argument) must be repacked as a one-dimensional array first. The …

  7. anna-kay/2D-Irregular-Cutting-Stock-Problem - GitHub

    Mar 10, 2014 · 2D irregular shape bin-cutting with heterogenous bins using evolutionary metaheuristics, Particle Swarm Optimization (PSO) and Differential Evolution (DEGL). In …

  8. Optimization (scipy.optimize) — SciPy v1.15.3 Manual

    Objective functions in scipy.optimize expect a numpy array as their first parameter which is to be optimized and must return a float value. The exact calling signature must be f(x, *args) where …

  9. optimization - Fitting 2D functions in python - Stack Overflow

    Reshape your data so you have one (x, y) pair for each z. Assuming (x[i], y[j]) goes with z[i, j], you can reshape this way. (x[i // z.shape[1]], y[i % z.shape[1]]) . for i in range(len(z_vec)) Then use …

  10. Shape Design With Multiple Objectives and Penalty Functions

    Mar 3, 2020 · Upon completing this tutorial, the user will be familiar with setting up and running an optimization problem that addresses multiple objectives and that uses a penalty function to …

Refresh