Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kawamura-solver
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
adc2019
kawamura-solver
Commits
eae6e131
You need to sign in or sign up before continuing.
Commit
eae6e131
authored
Aug 29, 2019
by
kazushi.kawamura
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
903bd4df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.md
README.md
+12
-0
No files found.
README.md
View file @
eae6e131
...
@@ -14,6 +14,18 @@ make
...
@@ -14,6 +14,18 @@ make
|ライン数|256|
|ライン数|256|
|盤面サイズ(探索時)|128X128|
|盤面サイズ(探索時)|128X128|
# Basic parameters
|パラメタ|設定値|説明|
|---|---|---|
|Outer loop (SA_O)|100|SA parameter in global placement|
|Inner loop (SA_I)|100,000|SA parameter in global placement|
|Start temperature (TEMP_S)|500|SA parameter in global placement|
|End temperature (TEMP_E)|0.1|SA parameter in global placement|
|LOOP|50|# of solutions generated in a single trial|
|TRY_LIMIT|500|Limit of # of trials|
|NO_MOVE|10|Search will be ended when no solution improvement continues for NO_MOVE trials|
# ToDo
# ToDo
*
~~ブロックを詰める作業の精度向上(現状,右下にスペースが生まれるような結果になりやすい)~~ →分割手法導入のため優先度低
*
~~ブロックを詰める作業の精度向上(現状,右下にスペースが生まれるような結果になりやすい)~~ →分割手法導入のため優先度低
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment