Code Monkey home page Code Monkey logo

pdsp's Introduction

Power Dominating Set Problem. Under review, README will be updated soon after publication.

Abstract

Paper abstract or summary of the article submitted.

Authors

Authors involved in this work and their respective contributions:

  • Person1.
  • Person2.

Datasets

Instance format

(Explain instance format so other users may easily use them even if not using your code.)

Compiling

You can easily compile and build an executable artifact of this project using Maven and a recent version of Java (17+):

mvn clean package

Executing

Executable artifacts are generated inside the target directory. For ease of use, there is an already executable JAR inside the target folder. To review a full list of configurable parameters, see the application.yml, or review the configuration section of the Mork documentation.

Example 1: execute all experiments with the default set of instances

java -jar target/PDSP-0.19-SNAPSHOT.jar 

Example: execute Experiment2 using a different set of instances, located inside the newinstances folder.

java -jar target/PDSP-0.19-SNAPSHOT.jar --instances.path.default=newinstances --solver.experiment=Experiment2

All experiments are declared inside the src/main/java/es/urjc/etsii/grafo/PDSP/experiments folder. New experiments can be easily added and invoked as necessary.

Cite

Consider citing our paper if used in your own work: (Fill with the references to your own published work)

DOI

https://doi.org/XXXXXXX

Bibtex

@article{
...
}

Powered by MORK (Metaheuristic Optimization framewoRK)

Mork logo Mork is a Java framework for easily solving hard optimization problems. You can create a project and try the framework in under one minute. See the documentation or the source code.

pdsp's People

Contributors

rmartinsanta avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.