aymenkhs / wdp-solver-with-Genetic-Algorithm

Solving WDP problem using the genetic algorithm in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solving the Winner Determination Problem Using the genetic algorithm in python

Winner Determination Problem

The WDP is a problem where the goal is to accept a number of bids without conflict that maximize the profit. Each bid is an offer by a bidder on a set of items with a price and a conflict between two offers occur when an item is present in both of them, and in that case we must take only one of them.

About

Solving WDP problem using the genetic algorithm in python


Languages

Language:Python 100.0%