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

Block or report Dwjf

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

Popular repositories

  1. Solving-MKP-with-Tabu-Search Solving-MKP-with-Tabu-Search Public

    Solving Multidimensional Knapsack with Tabu Search

    Jupyter Notebook 1

  2. knapsack knapsack Public

    Knapsack using bruteforce hill climbing

    Python

  3. english-words english-words Public

    Forked from dwyl/english-words

    📝 A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion / autosuggestion

    Python

  4. knapsack-object-oriented knapsack-object-oriented Public

    Knapsack solution with chromosome class/object oriented

    Python

  5. Soccer-league-point-scoring Soccer-league-point-scoring Public

    This is a program to calculate final points for two teams, after a number of matches

    Python

  6. Knapsack_Problem Knapsack_Problem Public

    Forked from Talluru/Knapsack_Problem

    Solution to Knapsack problem using a) Hill climbing with best improvement, first improvement, Random restarts b) Simulated Annealing c) Tabu Search d) Variable Neighborhood search

    Python