Using a genetic algorithm to approximate the Brachistochrone
-
Updated
Nov 13, 2018 - Python
Using a genetic algorithm to approximate the Brachistochrone
The project explores several basic but powerful numerical algorithms to solve the Brachistochrone problem, with the goal of achieving high precision with basic numerical methods at low computational cost.
A python code to generate brachistochrone curve
This repository is the about approximating the solution for the brachistochrone problem for any given start and end points
An illustration and simulation of simulated annealing with d3.js
This repository investigates two intriguing physical and mathematical properties of the cycloid curve: the Brachistochrone, which represents the curve of fastest descent under gravity without any friction, and the Isochronous, where objects released from any point on the curve reach the bottom simultaneously.
Program to obtain the curve of fastest descent between two points at the same level separated by a given distance.
Add a description, image, and links to the brachistochrone topic page so that developers can more easily learn about it.
To associate your repository with the brachistochrone topic, visit your repo's landing page and select "manage topics."