Skip to content

Commit

Permalink
fix mathtype
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhqngo5 committed Oct 24, 2020
1 parent db181ac commit 665184e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# naive_GA
<h1>How to use</h1>
<ul>
<li>Run $python main.py$ to run the code</li>
<li>Run $python submain.py$ to run the code with multiprocessing</li>
<li>Run <i>python main.py</i> to run the code</li>
<li>Run <i>python submain.py</i> to run the code with multiprocessing</li>
<li>Changing fitness function in main.py</li>
<li>All the result will be stored in result folder</li>
<li>Run $python graph_creator.py$ to create the graph with 4 options. Can change file path in option.py according to format (line1: value, line2: problem_size, line3: standard_deviation</li>
<li>Run <i>python graph_creator.py</i> to create the graph with 4 options. Can change file path in option.py according to format (line1: value, line2: problem_size, line3: standard_deviation</li>
</ul>

0 comments on commit 665184e

Please sign in to comment.