Giter VIP home page Giter VIP logo

cmoflon's People

Contributors

davidgiessing avatar mballhausen avatar rolandkluge avatar saschaedwinzander avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cmoflon's Issues

Integrate the duplicate generation for LMST into the generated code

As the LMST algorithm is fairly sensitive to the direction in which it observes edges it is necessary to have inverted duplicates of every edge that is not directly attached to the this node. The duplicates should be generated at runtime before LMST is executed. They will then be attached to the neighbor list. They need to be removed after executing LMST.

Introduce global match data structure

Until now, each pattern invocation mallocs and frees the memory for its pattern.
We now use a global match data structure (residing in static memory) whose size is determined at code generation time.

Separation of repositories

We should split up cMoflon into separate repositories

  • cmoflon: Should contain only the source code
  • cmoflon-examples: Should contain all examples including everything related to ECMFA2017 (including the corresponding update site)

Property File Format

tc.<Algorithm name>.<option>=[CSV]
options= {parameters, constants, helperclasses,enableHopcountProcess,generateDuplicates,dropUnidirectionalEdges,useEvaluationStatements }

Reduce the size of the generated files

Currently the code for all different topology control algorithms is generated into one single source file. In the future files should only contain the code that they also reference.

Default files and assumptions

Helper Resources

  • org.cmoflon.evaluation.flocklab
    • Default list of node IDs
    • Placeholder for dbImageID, description, name, duration

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.