Fletcher-Reeves method

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 2

  • @НаджихахНассер
    @НаджихахНассер 2 года назад

    hi, may i know what 'k mod n' means and n stands for what?

    • @kiston8630
      @kiston8630 5 месяцев назад

      bit late, but k mod n is the remainder left when n divides k. In this algorithm, the consequence of this is that if the algorithm has not converged in n steps (as it ideally would), the new search direction is taken to be the direction of steepest descent.