Skip to content
View fredericoguerra's full-sized avatar
Block or Report

Block or report fredericoguerra

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. TravelingSalesmanProblem TravelingSalesmanProblem Public

    This project contains an implementation of the meteheuristic Iterated Local Search (ILS) algorithm to solve the NP-hard Traveling Salesman Problem using C++.

    C++ 1

  2. TravelingTournamentProblem TravelingTournamentProblem Public

    This repo contains the implementation of an heuristic to solve the Traveling Tournament Problem (TTP), as well as the implementation of the Meta-heuristics' algorithm Iterated Local Search (ILS) sa…

    Python

  3. MinimumLatencyProblem MinimumLatencyProblem Public

    This repository contains the implementation of a metaheuristic combining GRASP, ILS and RVND for the Minimum Latency Problem (MLP).

    Python

  4. ML-Udacity-CapstoneProject ML-Udacity-CapstoneProject Public

    Supervised machine learning project to predict death occurrence in worldwide terrorist attacks

    Jupyter Notebook

  5. Simplex-Algorithm Simplex-Algorithm Public

    This repository contains the Simplex algorithm implemented using python. Given a primal objective function, this implementation provides both primal and dual solutions.

    Python

  6. KnapsackProblemSolver KnapsackProblemSolver Public

    This repository contains the Knapsack problem solver using dynamic programming in python. Under the instances folder there are multiple example files to test given different amount of objects (n) t…

    Python