# Optimization

- [MVO](https://excelhelp.windhamlabs.com/functions/optimization/mvo.md): Mean-variance optimization, a quadratic programming optimizer.
- [MTO](https://excelhelp.windhamlabs.com/functions/optimization/mto.md): Mean-tracking-error optimization, maximize your return in excess of a benchmark while minimizing tracking-error.
- [MVT](https://excelhelp.windhamlabs.com/functions/optimization/mvt.md): Optimize portfolio allocations for absolute and relative performance with this multi-goal optimization function. Maximize return while minimizing risk and tracking-error (Mean-variance-tracking-error)
- [MVFRONTIER](https://excelhelp.windhamlabs.com/functions/optimization/mvfrontier.md): Solve for the Mean-Variance efficient frontier. Optimize for multiple portfolios to evaluate trade-offs.
- [MTFRONTIER](https://excelhelp.windhamlabs.com/functions/optimization/mtfrontier.md): Solve for the Mean-Tracking-Error efficient frontier. Optimize for multiple portfolios to evaluate return and risk trade-offs in relative return space (active management).
- [ISORETURN](https://excelhelp.windhamlabs.com/functions/optimization/isoreturn.md): Solve for an iso-return efficient frontier. Construct an efficient frontier to evaluate the risk and tracking-error tradeoffs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://excelhelp.windhamlabs.com/functions/optimization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
