Minimum Finder  1.0
Find the minimum of one multi-dimss function
Loading...
Searching...
No Matches
Minimum Finder

Find the minimum of one multi-dimss function

The program provides a menu for the user to select one of the following algorithms:

  • Steepest Descent Method
  • Conjugate Gradient Method
  • Simulated Annealing
  • Genetic Algorithm

Users can choose to use default parameters or customize them. The program displays the results including the minimum point, function value, total iterations, and execution time.

Option 5 compares all methods using default parameters, displaying their performance side by side.

Features

  • Implementation of four optimization algorithms
  • Interactive menu for algorithm selection
  • Customizable parameters
  • Detailed results with performance metrics
  • Comparative analysis of algorithms

Usage

  1. Run the program.
  2. Select an optimization algorithm or choose to compare all methods.
  3. Opt to use default parameters or enter custom parameters.
  4. View the results and performance metrics.