> For the complete documentation index, see [llms.txt](https://water-strategy.gitbook.io/waterstrategy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://water-strategy.gitbook.io/waterstrategy/russkii/osnovy-modelirovaniya/recorders/base-recorder/parameter-recorder.md).

# Регистратор параметров

## Общее описание

Базовый класс для рекордеров, отслеживающих *Параметр* ценности. [API Справка](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.ParameterRecorder.html)

## Атрибуты

*func Функция , , используемое некоторыми алгоритмами оптимизации Да ограничение*

<table><thead><tr><th width="158">Имя</th><th width="487">Описание</th><th>Требуется</th></tr></thead><tbody><tr><td>модель</td><td>Основная модель PYWR</td><td>Да</td></tr><tr><td>параметр</td><td>Параметр для записи</td><td>Да</td></tr><tr><td>кляп_</td><td>агрегирования сценариев для использования при агрегировании_значение называется</td><td>Да</td></tr><tr><td>имя</td><td>Имя рекордера</td><td>Да</td></tr><tr><td>комментарий</td><td>Комментарий или описание рекордера</td><td>Да</td></tr><tr><td>игнорировать_</td><td>Флаг nan для игнорирования значений NaN при вызове <em>агрегированных_значение</em></td><td>Да</td></tr><tr><td>является_</td><td></td><td></td></tr><tr><td>объективный</td><td>флаг для обозначения направления оптимизации, проводимой с помощью этого регистратора (если таковое имеется)</td><td>Да</td></tr><tr><td>расстояние до</td><td>эпсилона</td><td></td></tr><tr><td>_снизить_границы, ограничение_верхний_границы</td><td><p>Значения, используемые для определений нижней и верхней границ. Эти значения определяют, помечен ли экземпляр рекордера как ограничение. Для отключения соответствующей границы любой из этих границ может быть присвоено значение «<em>Нет</em>» (по умолчанию). <em>Если обе границы равны «Нет», то значение равно_ограничение</em> недвижимость вернется <em>Ложь</em>. Нижняя граница должна быть строго меньше верхней границы. Ограничение равенства можно создать, установив для обеих границ одно и то же значение.</p><p>При моделировании модели границы ограничений не используются. Вместо этого они предназначены для использования оболочками оптимизации (или другими внешними инструментами) для определения задач ограниченной оптимизации.</p></td><td>Да</td></tr></tbody></table>

*Примерскоро...*{}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/russkii/osnovy-modelirovaniya/recorders/base-recorder/parameter-recorder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
