<!--
This file is generated by a tool. Do not edit directly.
For open-source contributions the docs will be updated automatically.
-->

*Last updated: 2023-03-16.*

<div itemscope itemtype="http://developers.google.com/ReferenceObject">
<meta itemprop="name" content="tf_quant_finance.math.optimizer.nelder_mead_one_step" />
<meta itemprop="path" content="Stable" />
</div>

# tf_quant_finance.math.optimizer.nelder_mead_one_step

<!-- Insert buttons and diff -->

<table class="tfo-notebook-buttons tfo-api" align="left">
</table>



A single iteration of the Nelder Mead algorithm.

```python
tf_quant_finance.math.optimizer.nelder_mead_one_step(
    current_simplex, current_objective_values, objective_function=None, dim=None,
    func_tolerance=None, position_tolerance=None, batch_evaluate_objective=False,
    reflection=None, expansion=None, contraction=None, shrinkage=None, name=None
)
```



<!-- Placeholder for "Used in" -->
