Giter VIP home page Giter VIP logo

monitoring's Introduction

Hi there ๐Ÿ‘‹

Felipe's GitHub stats

My LinkedIn account My Github account- you're already here My Twitter account
My Website My ORCID profile My Google Scholar profile

monitoring's People

Contributors

dependabot[bot] avatar gabrielplicks avatar jhudsy avatar meneguzzi avatar ramonpereira avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

monitoring's Issues

Use new heuristic planner

The new heuristic planner fixes a lot of small bugs, but uses certain different structures and Python 3.x, which may be a problem during merge.

Remember:

  • sys.maxint is equivalent to float("inf")
  • tuple goal_state is broken into positive_goals and negative_goals

Inconsistency in GP algorithm

In file gp.py lines 43 and 46 two classes are instantiated with parameters regarding maxDepth and minDepth. The first class is for generating nodes and the other is for performing mutation/crossover operations. The problem is that the depth limits are different from one another. Is there a reason for that?

Here are the pieces of code:

ng = NodeGenerator(terms, 1, 5, 2, 5)
gpo = GPOps(terms, 1, 5, 1, 4)

See that the last two parameters (maxDepth, minDepth) are different. And then you send these objects to the Population:

pop = Population(popSize, ng, reproducePercent, mutatePercent, crossOverPercent, gpo, sp.parse_sensor(modelSensor), traces, self.ms)

Which means that you perform mutation/crossover operations under different limits of maxDepth and minDepth than the limits you use for generating new nodes in the population. Is there an implementation reason for that?

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.