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 3c00723

Browse files
committed
2 parents 5746c66 + caaab84 commit 3c00723

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

‎README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,17 @@ DA.solve(plot=True)
113113

114114
***RESULTS***
115115

116-
From the console we can deduce the optimal result (see Fig. 4) . The global optimal has a fitness of 25. So Duelist Algorithm performs well.
116+
From the console we can deduce the optimal result (see Fig. 4) . The global optimal has a fitness of 25, while duelist algorithm found 25.01. Error of 0.01 can be reduced by putting more maximum generations in solver.
117+
117118
![result1](images/results.PNG)
119+
118120
*Fig 4. Optimal Results in Console*
119121

120-
We can see that the algorithm quickly converges to the optimal point (see Fig. 5) as reported by the original article.
121-
![result2](images/results2.PNG)
122+
We can see that the algorithm quickly converges to the optimal point (see Fig. 5) as reported by the original article. Note that graph is decreasing instead of increasing (in the case of original paper) because our objective is to MINIMIZE instead of maximizing. You can just add a negative sign in the function to get maximization.
122123

124+
![result2](images/results2.png)
125+
126+
*Fig 5. Quick convergence of Duelist Algorithm*
123127

124128
For more examples refer to the python scripts in "examples" folder. [https://github.com/tsyet12/Duelist-Algorithm-Python/tree/master/examples]
125129

@@ -135,8 +139,15 @@ Currently Version 1.0
135139

136140
- [X] Update ReadMe
137141

138-
- [] Add plot functions
142+
- [X] Add plot functions
139143

140144
- [ ] Add a modified feature for faster convergence
141145

142-
- [ ] Add result loging
146+
- [ ] Add result logging and export to csv
147+
148+
149+
# Contact Me
150+
151+
If you have ideas or some opportunities for collaboration, feel free to send me an email. I will respond quickly.
152+
153+
My email: tsyet12@gmail.com

0 commit comments

Comments
(0)

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