About 50 results
Open links in new tab
  1. Static Vs. Dynamic Optimization? - Mathematics Stack Exchange

    Jun 14, 2023 · Particle Swarm Optimization and Ant Colony Optimization: Not familiar, but these are also just optimization algorithms as far as I know, and don't think they are necessarily only useful for …

  2. linear algebra - How these kind of optimization problems are called ...

    Jan 3, 2024 · Metaheuristic Algorithms: Other metaheuristic algorithms like Particle Swarm Optimization (PSO), Ant Colony Optimization (ACO), or Differential Evolution may be worth exploring. As for …

  3. Particle on a hemisphere - lagrange - Mathematics Stack Exchange

    A particle of mass m m is on top of a frictionless hemisphere centered at the origin with radius R R. It starts sliding down the hemisphere. Set up the Lagrange equations of the first kind and determine …

  4. optimization - A standard measure for the wiggliness of a function ...

    May 5, 2019 · @foxell I better edit the question, I am using particle swarm optimization. It is a heuristic-based method without much analytical background. There is no solid evidence that the solution is a …

  5. optimization - Is there any good black-box algorithm for high ...

    Sep 22, 2019 · That being the case, I’d stay away from algorithms that build quadratic approximations of the objective function. I believe your problem may be tackled by heuristics (particle swarm, for …

  6. optimization - What numerical methods could I use for this argmin ...

    At very first, you should simplify your problem: Remove the outer square-root, evaluate the inner integral... Afterwards, you should compute the derivative of the function inside the $\argmin$. Then, …

  7. optimization - Finding a global minimum - Mathematics Stack Exchange

    Mar 4, 2019 · If you desperately require the global minimiser, then you have to use derivative-free methods such as Simulated Annealing and Particle Swarm Optimisation. These are more …

  8. optimization - Escape from local minima in the gradient descent …

    Apr 10, 2023 · This is kind of an adaptive particle swarm method. More efficient/smarter way when getting stuck: As Jan have mentioned the computation of Hessian, I will give an alternative. Instead …

  9. Please explain the intuition behind the dual problem in optimization ...

    Because f∗ f ∗ is defined on the dual space, we see already the fundamental role played by the dual space in duality in convex optimization. Given an optimization problem, we don't obtain a dual …

  10. functional analysis - Can you suggest some good optimization books ...

    Apr 10, 2020 · I am looking for optimization books. Can you suggest some good materials? First, I started with Convex Optimization by Stephen Boyd & Lieven Vandenberghe, but I don't like it …