Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Competition Website
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fireworks Competition
Competition Website
Compare Revisions
60d8668ae0c0c705ef07652ba509edd69f6fdb79...b8cd4381236eff2121a9b5ce71d23bcc286da998
Source
b8cd4381236eff2121a9b5ce71d23bcc286da998
Select Git revision
...
Target
60d8668ae0c0c705ef07652ba509edd69f6fdb79
Select Git revision
Compare
Commits (2)
info for competition organisers
· 167d0dbf
Joseph Walton-Rivers
authored
Jan 12, 2018
167d0dbf
update urls for eval server
· b8cd4381
Joseph Walton-Rivers
authored
Jan 12, 2018
b8cd4381
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
info.md
info.md
+20
-0
loadAndDisplayRules.js
templates/assets/js/loadAndDisplayRules.js
+2
-2
No files found.
info.md
0 → 100644
View file @
b8cd4381
# Hanabi Competitions
## Organisers' names
*
Joseph Walton-Rivers
<jwalto@essex.ac.uk>
## Competition Title
Hanabi Competition
## Description of the competition
## Web address
hanabi.fosslab.uk
## Competition Tracks
*
Pure Games
*
Mixed Games
## Video
templates/assets/js/loadAndDisplayRules.js
View file @
b8cd4381
...
...
@@ -220,7 +220,7 @@ function buildAgent() {
models
.
pop
();
}
$
.
post
(
"http://hanabi
.fossgalaxy
.com/rule-evaluator-1.0-SNAPSHOT/eval"
,
model
,
function
(
data
,
textStatus
,
jqXHR
){
$
.
post
(
"http://hanabi
-eval.aiclash
.com/rule-evaluator-1.0-SNAPSHOT/eval"
,
model
,
function
(
data
,
textStatus
,
jqXHR
){
updateData
(
data
);
updateGraph
();
updateTable
();
...
...
@@ -250,7 +250,7 @@ function buildAgentFixed() {
models
.
pop
();
}
$
.
post
(
"http://hanabi
.fossgalaxy
.com/rule-evaluator-1.0-SNAPSHOT/bench"
,
model
,
function
(
data
,
textStatus
,
jqXHR
){
$
.
post
(
"http://hanabi
-eval.aiclash
.com/rule-evaluator-1.0-SNAPSHOT/bench"
,
model
,
function
(
data
,
textStatus
,
jqXHR
){
updateData
(
data
);
updateGraph
();
updateTable
();
...
...