Skip to content

Interval based Minimization

Oscar Veliz edited this page Jun 24, 2020 · 9 revisions

Ternary Search video Dichotomous Search video

The video for Ternary Search can be found here, Dichotomous Search here, and Fibonacci Search here. The code is written in Free Pascal and can be run online via CodingGround.

To install locally using the command sudo apt install fp-compiler or sudo apt install fp-compiler-3.0.0. To compile the program navigate to the directory where TernDichFibGold.pas is saved then use the command fpc TernDichFibGold.pas, then type ./TernDichFibGold to run.

Reference links:

Coming Soon

Golden-section Search

Clone this wiki locally