evolutionary-computation-course
evolutionary-computation-course copied to clipboard
Jupyter/IPython notebooks about evolutionary computation.
error in ploting : plot_tour(tour) FileNotFoundError Traceback (most recent call last) ~\anaconda3\lib\site-packages\matplotlib\texmanager.py in _run_checked_subprocess(self, command, tex) 274 try: --> 275 report = subprocess.check_output(command, 276 RuntimeError: Failed to process string with...
Hi, I've got an error while plotting a tour in `AEC.03 - Solving the TSP with GAs.ipynb` int the cell with the content `plot_tour(tour)`: `FileNotFoundError: [Errno 2] No such file...
Hello, The tables corresponding to the outputs 78, 80 and 82 do not showed up well. Bye!
Hello, I found your TSP example very useful. There is a small issue that I came across. I found that using a `set()` in `generate_cities(n)` leads to problems with the...
Olá Luis tudo bem? Vi esse seu material sobre o curso e achei muito interessante. Gostaria de saber se tem algo sobre Otimização mutiobjetivos utilizando Monte Carlo. Obrigada.