Skip to content

YehorBoiar/Manim_Animations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

I would post my manim animations here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages