Skip to content

Commit

Permalink
Merge branch 'DEV5.0' of https://github.com/p2t2/figaro into DEV5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wkretschmer committed Aug 17, 2017
2 parents 4e628ca + a1b3a41 commit 2e73dfe
Show file tree
Hide file tree
Showing 62 changed files with 333 additions and 1,357 deletions.
6 changes: 6 additions & 0 deletions Figaro/src/main/scala/com/cra/figaro/algorithm/Anytime.scala
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Paul Philips May 23, 2017
*/

package com.cra.figaro.algorithm

import com.cra.figaro.language._
Expand Down
Expand Up @@ -11,6 +11,13 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Cagdas Senol Jul 3, 2016
* Cagdas Senol Jul 16, 2016
*/

package com.cra.figaro.algorithm

import com.cra.figaro.language._
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Paul Philips May 23, 2017
*/

package com.cra.figaro.algorithm.factored.factors.factory

import com.cra.figaro.algorithm._
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Paul Philips May 23, 2017
*/

package com.cra.figaro.algorithm.learning

import com.cra.figaro.language._
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Paul Philips May 23, 2017
*/

package com.cra.figaro.algorithm.learning

import com.cra.figaro.algorithm._
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Kartik Thakore Jul 21, 2015
*/

package com.cra.figaro.algorithm.sampling

import com.cra.figaro.algorithm._
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Paul Philips May 23, 2017
*/

package com.cra.figaro.algorithm.structured

import com.cra.figaro.algorithm.lazyfactored.ValueSet
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Paul Philips May 23, 2017
*/

package com.cra.figaro.experimental.particlebp

import com.cra.figaro.language._
Expand Down
9 changes: 6 additions & 3 deletions Figaro/src/main/scala/com/cra/figaro/language/ApplyC.scala
Expand Up @@ -11,11 +11,14 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

package com.cra.figaro.language
/*
* Additional Updates from our community
*
* Cagdas Senol May 30, 2016
*/

/**
package com.cra.figaro.language

*/
object ApplyC {
/**
* Application of a function to one argument.
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Synapski Oct 13, 2014
*/

package com.cra.figaro.language

/**
Expand Down
6 changes: 6 additions & 0 deletions Figaro/src/main/scala/com/cra/figaro/language/Element.scala
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Martin Mauch Dec 19, 2013
*/

package com.cra.figaro.language

import com.cra.figaro.library.compound._
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Synapski Oct 13, 2014
*/

package com.cra.figaro.library.atomic.continuous

import scala.language.implicitConversions
Expand Down
Expand Up @@ -11,6 +11,13 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Synapski Oct 13, 2014
* Paul Philips May 23, 2017
*/

package com.cra.figaro.library.atomic.continuous

import scala.collection.mutable
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Synapski Oct 13, 2014
*/

package com.cra.figaro.library.atomic.continuous

import com.cra.figaro.language._
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Synapski Oct 13, 2014
*/

package com.cra.figaro.library.atomic.continuous

import com.cra.figaro.language._
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Synapski Oct 13, 2014
*/

package com.cra.figaro.library.atomic.continuous

import com.cra.figaro.language._
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Synapski Oct 13, 2014
*/

package com.cra.figaro.library.atomic.continuous

import com.cra.figaro.language._
Expand Down
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Paul Philips May 23, 2017
*/

package com.cra.figaro.patterns.learning

import com.cra.figaro.language.Element
Expand Down
6 changes: 6 additions & 0 deletions Figaro/src/main/scala/com/cra/figaro/util/package.scala
Expand Up @@ -11,6 +11,12 @@
* See http://www.github.com/p2t2/figaro for a copy of the software license.
*/

/*
* Additional Updates from our community
*
* Synapski Oct 13, 2014
*/

package com.cra.figaro

import scala.annotation.tailrec
Expand Down

This file was deleted.

0 comments on commit 2e73dfe

Please sign in to comment.