🎯
Focusing
Physics engineer working at Universitat Politècnica de Catalunya.
-
11:38
(UTC -06:00) - @Fabianhr21
-
-
NxN-Tic-Tac-Toe Public
A tic tac toe terminal game. Have fun expanding it to a NxN board!
C++ MIT License UpdatedDec 27, 2022 -
Traveling-Sales-Man-Problem Public
With this code we try to find the shortest path can be set in a graph of N nodes starting from a node and ending in the same node passing through every node. Solution computed with a genetic algori…
Python UpdatedDec 12, 2022 -
This code uses a genetic algoritm to search graphically for critical points of any contiuous function.
MATLAB UpdatedNov 23, 2022 -
N-Queens Public
This code of matlab originally solved the problem for 8 queens in a 8 by 8 chessboard without checking each other, solved with a genetic algorithm. Extended for a n by n cheassboard with m number o…