Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
A 2D Packing Problem by Genetic algorithm
2.5
This is the program for the GECCO 2008 contest utilizing the genetic algorithm. This  GECCO 2008 contest problem  is a 2D variation of bin packing problems, which requires new ways to evolve with a 2D chromosome. The goal is to best pack a grid to maximize the sum of scores where every unique pair of adjacent numbers in the grid has its own score.
s98parad
2016-08-23
1
1
TSP problem
no vote
This is the program for the TSP problem utilizing genetic algorithm. The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? 
s98parad
2016-08-23
0
1
stereo by belief propagation
no vote
This is the program for stereo in the computer vision community. The program is made by utilizing the standard belief propagation algorithm.
s98parad
2016-08-23
0
1
Multi classification algorithm
no vote
This is the program for the multi classification problem utiizing the incremental support vector domain density description method.
s98parad
2016-08-23
0
1
No more~