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 57b88aa

Browse files
committed
travis2
1 parent b7f0186 commit 57b88aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎tests/auth_test.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from solver.Duelist_Algorithm import DuelistAlgorithm
2+
def f(x):
3+
return x*0.5
4+
x=["x1"]
5+
xmin=[-2]
6+
xmax=[10]
7+
DA=DuelistAlgorithm(f,x,xmin,xmax,max_gen=100)
8+
DA.solve()

0 commit comments

Comments
(0)

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