Giter Club home page Giter Club logo

plop's People

Contributors

yonidonner avatar

Watchers

 avatar

plop's Issues

extend "semantic" predicates

Currently the predicates commutativep, associativep, etc. are hard-coded to
recognize only built-in operations (and, or, etc.)

They should be extended to handle composition, user-defined functions, and
eventually uncertainty as well (they will need to take a context argument)

Original issue reported on code.google.com by [email protected] on 8 Dec 2008 at 5:17

(patch) small fix/suggestion for .asd-file

Hi,
The first DEFPACKAGE form fails on compilation; it might make sense to use
:DEPENDS-ON in the DEFSYSTEM form instead:

$ svn diff 
Index: src/plop.asd
===================================================================
--- src/plop.asd    (revision 24)
+++ src/plop.asd    (working copy)
@@ -15,11 +15,15 @@
 Author: [email protected] (Moshe Looks) |#

 (in-package :cl-user)
-(defpackage :plop-asd (:use :cl :cl-utilities :anaphora))
+(defpackage :plop-asd (:use :cl))
 (setf *print-circle* t) ; markup may contain circular references to parents

+(assert (find-package :lisp-unit) nil
+        "Package LISP-UNIT not found. Try (load
\"plop-dir/thirdparty/lisp-unit.lisp\").")
+
 (in-package :plop-asd)
 (asdf:defsystem "plop"
+  :depends-on (:cl-utilities :anaphora)
   :serial t
   :components ((:file "packages")
                (:file "util")

Original issue reported on code.google.com by [email protected] on 13 Nov 2008 at 3:12

add integration of maxima's non-zero detection, see how good it is

In order to do scalable evolution of numerical functions we need a
heuristic procedure for determining if a particular subexpression is
nonzero over a particular range of inputs (e.g. for an expressions of n
variables, and n-dimensional cube). There are a bunch of ways to do this,
interval arithmetic being the simplest, affine arithmetic being better
(http://en.wikipedia.org/wiki/Affine_arithmetic), etc. Maxima also has a
built-in function for this. How good is it? What method does it use? I
don't know...

Original issue reported on code.google.com by [email protected] on 8 Dec 2008 at 5:22

random sampling of trees

Add some routines for randomly sampling trees (based e.g. on an extension
of the [http://metacog.org/papers/gecco07b.pdf GECCO diversity paper])

Original issue reported on code.google.com by [email protected] on 8 Dec 2008 at 6:57

explore maxima simplification routines

The current routine used for maxima simplification is maxima::simplify. It
would be nice at some point to try other routines and their combinations,
e.g. maxima::factor and maxima::ratsimp and maxima::trigsimp

Original issue reported on code.google.com by [email protected] on 8 Dec 2008 at 6:56

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.