Skip to content

Commit

Permalink
'update_readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
smasky committed Sep 19, 2024
1 parent 56c805a commit ea62ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def func(X):
problem=PracticalProblem(func=func, nInput=10, nOutput=1, ub=100, lb=-100, name="Sphere")
```
**Please noted that**, the func need receive the matrix of X and return the matrix of Y. Columns=Dimensions / Rows=Samples
**Please noted that**, the func need receive the matrix of X and return the matrix of Y. And keep columns equal to dimensions and rows equal to samples.

After defining problem you solved, you can use any methods in UQPyL.
**Sensibility:**
Expand Down

0 comments on commit ea62ac0

Please sign in to comment.