Skip to content

elaverman/libr-algs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benchmarking Algorithms for Distributed Constraint Optimization in Signal/Collect

This repository includes all code that was used to evaluate the various local iterative best-response algorithms presented in this thesis.

Build

The evaluation program was developed for JVM 1.7 using Scala 2.10 (http://www.scala-lang.org/).

The program is to be built with SBT (http://www.scala-sbt.org/) as follows (assuming a typical UNIX shell). After SBT has been installed and and the path of its binaries was added to the environment variable PATH, execute the following:

$ sbt compile

After that, the files that are necessary for import into eclipse can be generated by executing:

$ sbt eclipse

Directory structure

Notable directories:

  • results/

    The raw data obtained from the benchmark.

  • graphs/

    The graphs on which the algorithms were run.

  • Rscripts/

    Scripts for the R programming language that were used for data analysis, the creation of graphs, and the plotting of images.

  • lib/

    Unmanaged libraries. This folder includes Signal/Collect version 2.

License

This content is licensed as follows:

Copyright 2013 University of Zurich

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Code and raw result data for the bachelor thesis "Benchmarking Algorithms for Distributed Constraint Optimization in Signal/Collect"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Scala 94.7%
  • R 5.3%