Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One-Dimensional Optimization

Description

This repository contains 5 solutions for the one-dimensional optimization problem with the visualization done using JavaFX.

Optimization methods used:

  • Dichotomy Method (Binary search)
  • Golden Section Search
  • Fibonacci Method
  • Parabolic Optimization
  • Brend's Method

User can choose one of the 10 built-in functions to optimize or enter his own with range and precision. Program can show all iterations automatically or User can manually switch between them.

GUI was done in a Shrek style, because I was having fun during the development.

Screenshots

pic.1 Dichotomy method, 0 iteration

image-20210330192648176

pic.2 Parabolic method, 3 iteration

image-20210330192733173

See also

About

GUI for 5 one-dimentional optimization methods

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages