Code Monkey home page Code Monkey logo

aima-java's People

Contributors

adityaa30 avatar ajsaraujo avatar anurag-rai avatar ctjoreilly avatar damnoblivious avatar dependabot[bot] avatar iamabhishektiwari avatar j129008 avatar jaedukseo avatar janphkre avatar jsuyash1514 avatar kmayankkr avatar litterbear avatar manthan-r-sheth avatar manuel-delverme avatar medeah avatar mrflow avatar ngrj93 avatar norvig avatar nullplayer avatar ritwik12 avatar rohanbh avatar ruedigerlunde avatar samagra14 avatar sebkur avatar utsavoza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aima-java's Issues

Setup Ant build.xml files for each project

Currently thrree projects exist:

aima-core
aima-gui
aima-all

Ant build.xml files need to be setup to build and manage the project 
interdependencies. aima-all is the top project intended for developers and 
will be the one for pulling all other aima projects together and releasing 
as a cohesive set of jars and zip files.


Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 3:27

HillClimbing does not work

What steps will reproduce the problem?

 Just run the N-queens demo.

What is the expected output? What do you see instead?

 Some search steps, it does nothing.

What version of the product are you using? On what operating system?

 Doesn't matter.

Please provide any additional information below.

 When you changed the heuristic functions from int to double you didn't
notice that the meaning of Integer.MIN_VALUE and Double.MIN_VALUE are not
the same. In order to HillClimbing algoritm to work you have to use
Double.NEGATIVE_INFINITY instead.


Original issue reported on code.google.com by [email protected] on 2 Jul 2009 at 8:38

SearchUtils, it would be nice to see the states as well as the actions

Comment by russ.abbott, posted to ReadMe Wiki 10/10/09:

In Search, it would be nice to see the states as well as the actions. 

That can be done easily enough by modifying 

aima.search.framework.searchUtils.actionsFromNodes() to be as follows. 

  public static List<String> actionsFromNodes(List<Node> nodeList) {   
     List<String> actionList = new ArrayList?<String>();   
     for (Node node: nodeList) {     
         actionList.add(node.getAction() + " ==>\n" + node.getState());  
     }   
     return actionList; 
  }

Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 2:18

Errors related to JUnit seen after initial project import

What steps will reproduce the problem?
1. Download the eclipse project.
2. Import into workspace.
3. Allow it to finish building.

What is the expected output? What do you see instead?

The Eclipse project should build correctly when first imported. It does not
build correctly because of a dependency on the following jar in the
.classpath file:

    <classpathentry kind="lib"
path="/home/ravi/projects/java/javalibs/junit3.8.2/junit.jar"/>

This entry should be replaced by the following entry:

    <classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>

assuming that the JUnit tests are compatible with 3.8.1. This will
eliminate the errors initially seen after import.

What version of the product are you using? On what operating system?

Latest version, Windows, Eclipse 3.2



Original issue reported on code.google.com by [email protected] on 25 Jun 2007 at 1:10

DPLL algo not working for 3 literals within the alternative clause

What steps will reproduce the problem?
1. use default test in dpll demo
2. extend any of the alternatives by one more literal
3. watch how everything turns into dust :D

What is the expected output? What do you see instead?
well it should work, instead "Exception in thread "main"
java.lang.RuntimeException: Syntax error detected at match. Expected ) but
got OR" in main and all parsers.

What version of the product are you using? On what operating system?
win xp under fresh install of java sdk but checked it on other sdk versions.

Please provide any additional information below.
any idea when it shall work? thx in advance for your help.

Original issue reported on code.google.com by [email protected] on 2 Jan 2008 at 7: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.