Open tsung-wei-huang opened 2 years ago
I currently parse every piece of information from the inputs and store them in correct data structures. I plan on implementing the shortest path algorithm and iteratively updating the tables by next checkpoint due on a move.
==UPDATE 10/19== Instead of spfa, I have created HCG and VCG. Will start implementation of spfa this week
==UPDATE 10/26== implemented spfa algorithm. I plan on implementing SA algorithm and HPWL by next wednesday.
==UPDATE 11/02== implemented HPWL and wrote out SA algorithm pseudocode. plan on implementing the rebuilding portion and also refactoring code and clean up.
==UPDATE 11/09== cleaned up code, currently I am rebuilding whole geometric table. I need to calculate cost correctly and change it so I am not updating whole geometric table.
Finished parsing and spfa. Working on area computation and HPWL.
Haven't started yet. Plan to start this Friday.
Currently have parsed and am working on HPWL.
Tonight I've just started on parsing the input and creating data structures.
Finished reading the problem description, and try to figure out the structure of the inputs. Trying to implement the pseudocode of the SA algorithm.
Just get started
No touch on code yet. Still thinking about the structure. Will start this weekend.
Sorry for the late reply. Just get started as well.
I just start working on it.
I've had a busy week and have yet to make new progress.
Not yet made new progress (parsing and initial sequence pair done)
Working on fixed-outline constraint
Just finished the parsing and initial sequence pair. I am catching the ddl this week. Will have more time on this next week.
Been stuck with the implementation, will need more time to think thoroughly.
Just finish the parsing, and will start the implementation this weekend.
Working on sequencing pairs.
I am tuning the performance
Parsing completed with an initial seqence pair, no other progress so far.
I'm still tuning the data structure during parsing for further usage.
I finished parsing data
Same with last week, I have finished the parsing.
Debugging sequence pair. not much progress this week.
Still thinking of implementation of sequence pair.
Finished parsing data
I am tuning the performance
I'm working the sequence pair and soon will start implementing the SA algorithm.
Working on debugging SA
working on SA
Working on SA
Still debugging SA
Still tuning the performance.
debugging SA after rewriting code to better store objects
EDIT::
after many attempts to debug, I realized that my sequence pair process was wrong. currently working on curretly implementing sequence pairs
Input | Total Cost | Runtime (second) |
---|---|---|
1 | 360500 | 0.526 |
2 | 360175 | 5.898 |
3 | 101947747 | 68.82 |
ami33 | 651367.5 | 45.452 |
ami49 | 19459090 | 58.779 |
apte | 24114125.5 | 5.638 |
hp | 4858805 | 5.323 |
xerox | 10606274 | 1.699 |
Please respond to this issue page with your current results using the following table format:
You should only report those that passed the checker program.