Skip to content

Commit

Permalink
GROK-17011: Wiki: Compute: Fixed duplicated section names.
Browse files Browse the repository at this point in the history
  • Loading branch information
GennadiyZakharov committed Nov 23, 2024
1 parent 52edeb1 commit a11c140
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions help/compute/scripting/advanced-scripting/rich-function-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ It has all the features of the [basic scripting](../scripting-features/scripting
* [Review historical script runs](#review-and-compare-historical-script-runs)
* [Upload external data](#upload-external-data)
* [Provide custom docs and export](#provide-custom-docs-and-export-data)
* Use powerful [parameter optimization](#parameter-optimization) capabilities with your script
without a single new line of the code.
* Use [model parameters optimization](#model-parameters-optimization) capabilities with your script
without a single line of the code.
* Use [helper JavaScript functions](js-helpers-with-rich-fucntion-view.md) to customize RichFucntionView behavior.

:::caution Package dependency
Expand Down Expand Up @@ -450,7 +450,7 @@ Click on the column header with table data (e.g. `Temp. vs time`) to see conveni
</Tabs>
```

## Parameter optimization
## Model parameters optimization

With **RichFunctionView** you can use the powerful built-in optimization functions.

Expand Down Expand Up @@ -531,10 +531,11 @@ simulation = DG.DataFrame.fromColumns([
```


### Parameter optimization
### Parameters fitting

[Parameter optimization](../../function-analysis.md#sensitivity-analysis)
solves an inverse problem: finding the input conditions that lead to a specified output of the model.
The parameters fitting solves an inverse problem to the
[sensitivity analysis](../../function-analysis.md#sensitivity-analysis):
finding the input conditions that lead to a specified output of the model.
It computes inputs minimizing deviation measured by loss function.

:::warning High-intensity computation
Expand Down

0 comments on commit a11c140

Please sign in to comment.