Git Product home page Git Product logo

metaheuristics_on_formal_argumentation's Introduction

Metaheuristics_on_formal_argumentation

An implementation of Simulated Annealing and Tabu Search on formal argumentation With increasing framework size the quality of the solution drops significantelly

The chosen neighborhood and maximum iterations can be set by the user The programs are currently nly able to process .apx files.

The quality of solutions is measured by how "close" they are to being an extension

The nieghborhood of solutions consists of: MINIMUM_OF_RANDOM_NEIGHBORS: the minimum number of random arguments to be added to the solution MAXIMUM_OF_RANDOM_NEIGHBORS: the maximum number of randeom arguments to be added to the solution (after a neighbor of quality >0 0.5 is found there are 10 more random arguments to be added, but there have to be at least MINIMUM_OF_RANDOM_NEIGHBORS and at max MAXIMUM_OF_RANDOM_NEIGHBORS random arguments) MAXIMUM_OF_DEFENDED_NEIGHBORS: the number of arguments in the neighborhood that are already defended MAXIMUM_OF_DELETE_NEIGHBORS: the number of arguments in the neighborhood that are to be deleted from the current solution MAXIMUM_OF_NEIGBORS_THAT_ATTACK_UNDEFENDED_ATTACKS: checkss which attacks are undefended and adds arguments that attack these attackers

To start the program:

  Simulated Annealing (SimAn): 
  ./Siman -p PROBLEM-SEMANTIC -f FILELOCATION  -fo APX -a IF_NEEDED -n MINIMUM_OF_RANDOM_NEIGHBORS MAXIMUM_OF_RANDOM_NEIGHBORS MAXIMUM_OF_DEFENDED_NEIGHBORS MAXIMUM_OF_DELETE_NEIGHBORS MAXIMUM_OF_NEIGBORS_THAT_ATTACK_UNDEFENDED_ATTACKS MAX_ITERATIONS DECREASE_RATE_PER_ITERATION 0

  Tabu Search (TS):
 ./TabuSearch -p PROBLEM-SEMANTIC -f FILELOCATION  -fo APX -a IF_NEEDED -n MINIMUM_OF_RANDOM_NEIGHBORS MAXIMUM_OF_RANDOM_NEIGHBORS MAXIMUM_OF_DEFENDED_NEIGHBORS MAXIMUM_OF_DELETE_NEIGHBORS MAXIMUM_OF_NEIGBORS_THAT_ATTACK_UNDEFENDED_ATTACKS MAX_ITERATIONS TABU_SIZE

metaheuristics_on_formal_argumentation's People

Contributors

sfranke43 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.