Skip to content

Commit

Permalink
Fix model name in l2 opt benchmark, minor fixes
Browse files Browse the repository at this point in the history
* changed properties/model in README.md

changed in properties model from "forward" to "benchmark_OPT"

* small typo fix README.md

deleted one "."

* Update README.md

* add source link README.md

add source link to the GitHub folder of cuqi-ct
  • Loading branch information
marlenaweidenauer authored Aug 4, 2024
1 parent c7090e1 commit 6974ab1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmarks/cookies-problem-propagation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ None |

## Source code

[Model sources here..](https://github.com/UM-Bridge/benchmarks/tree/main/benchmarks/cookies-problem-propagation)
[Model sources here.](https://github.com/UM-Bridge/benchmarks/tree/main/benchmarks/cookies-problem-propagation)

## Description

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/cuqi-ct/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ None |

## Source code

The benchmark is set up in the file server.py as well as data_script.py in the same folder as this readme. The benchmark uses [CUQIpy](https://cuqi-dtu.github.io/CUQIpy/).
The benchmark is set up in the file server.py as well as data_script.py in the same folder as this readme [here](https://github.com/UM-Bridge/benchmarks/tree/main/benchmarks/cuqi-ct). The benchmark uses [CUQIpy](https://cuqi-dtu.github.io/CUQIpy/).

## Description

Expand Down
4 changes: 2 additions & 2 deletions benchmarks/l2-sea-optimization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ docker run -it -p 4242:4242 linusseelinger/model-l2-sea

Model | Description
---|---
forward | l2-sea
benchmark_OPT | l2-sea

### forward
### benchmark_OPT
Mapping | Dimensions | Description
---|---|---
input | [14] | The 14 inputs are the $x$ design variables for the shape modification with $-1\leq x_i \leq 1$ (with parent hull has $x_i = 0$) for $i=1,\dots,14$\\.
Expand Down

0 comments on commit 6974ab1

Please sign in to comment.