Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d363eaa

Browse files
authored
Update README.md
1 parent 945a378 commit d363eaa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,15 @@ x=["x1","x2"]
9696
x1 is bounded from -2 to 10 (-2 is min value of x1 and 10 is max value of x1)
9797

9898
x2 is bounded from 10 to 15 (10 is min value of x2 and 15 is max value of x2)
99+
100+
We can arrange these boundaries according to the definition array in step 2.
101+
102+
| Variables | x1 | x2 |
103+
| :---: | :---: | :---: |
104+
| Min | -2 | 5 |
105+
| Max | 10 | 15 |
99106

100-
We can arrange these boundaries according to the definition array in step 2.
107+
The corresponding code is:
101108

102109
```python
103110
xmin=[-2,5]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /