/-Optimization_methods_for_functions_of_one_variable

Optimization methods for functions of one variable: Implemented: method of dividing a segment in half, Fibonacci method, golden section method, Powell method, Newton-Raphson method, midpoint method

Primary LanguagePythonApache License 2.0Apache-2.0

Optimization methods for function of one variable

Implemented:

  1. Мethod of dividing a segment in half
  2. Fibonacci method
  3. Golden section method
  4. Powell method
  5. Newton-Raphson method
  6. Midpoint method

Методы оптимизации функции одной переменной

Реализованны:

  1. Метод деления отрезка пополам
  2. Метод Фибоначчи
  3. Метод золотого сечения
  4. Метод Пауэлла
  5. Метод Ньютона-Рафсона
  6. Метод средней точки

License

Apache 2.0 © Egor Griva