Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.4 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.4 KB

Manim Animations Repository

Welcome to the Manim Animations Repository! This repository contains animations created using Manim, a mathematical animation engine. Currently, there is one animation available:

File descriptions

Golden Ratio Optimization

Description

The GoldenRationOptimization animation demonstrates the optimization process using the golden ratio search algorithm. The animation visualizes the steps involved in finding the minimum or maximum of a function using the golden section search method.

Newton's 1D Optimization

Description

The Newtons1DOptimization animation visualizes the optimization process using Newton's method in one dimension. It demonstrates the iterative steps involved in finding the minimum of a function, updating the Taylor approximation, and visualizing the distance between points during the optimization process.

How to Run

To run the animation, you need to have Manim installed. Follow these steps:

  1. Install Manim: Visit the Manim installation guide for instructions on installing Manim.

  2. Clone this repository:

    git clone https://github.com/your-username/manim-animations.git
    cd manim-animations
  3. In console write command like this

    manim -pql <filename> <classname>