An open API service indexing awesome lists of open source software.

https://github.com/yuantinghsieh/colorbalancing

Color Balancing for Double Patterning, problem E of CAD contest 2015
https://github.com/yuantinghsieh/colorbalancing

cad ccp electronic-design-automation

Last synced: about 1 year ago
JSON representation

Color Balancing for Double Patterning, problem E of CAD contest 2015

Awesome Lists containing this project

README

          

# Color Balancing for Double Patterning, problem E of CAD contest 2015

This is the final project of Algorithms at National Taiwan University, 2015 Spring

[Problem Website](http://cad-contest.el.cycu.edu.tw/problem_E/default.htm)

We implement exhausitive search, several version of greedy algorithms and genetic algorithm based on [this paper](https://link.springer.com/chapter/10.1007/11666806_20)

The details and explanations of GA can be found [here](https://github.com/YuanTingHsieh/ColorBalancing/blob/master/final_project/Genetic_Algorithm.pdf)

We won third prize of this problem