Skip to content

JavaFF is an implementation of the planner FF written in Java. Based on the source code for CRIKEY, written by Keith Halsey, it has been produced for this course to provide an extensible implementation of FF that cleanly separates the features we are interested in: search algorithm; heuristics; neighbourhoods; and so on.

Notifications You must be signed in to change notification settings

RonildoSilva/JavaFF-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaFF-Planner

JavaFF is an implementation of the planner FF written in Java. Based on the source code for CRIKEY, written by Keith Halsey, it has been produced for this course to provide an extensible implementation of FF that cleanly separates the features we are interested in: search algorithm; heuristics; neighbourhoods; and so on.

Run

  • java -Xmx1024m javaff.JavaFF problems/rovers/domain.pddl problems/rovers/pfileXX
  • pfileXX is the number of the plan. Example: pfile01,pfile05,pfile10...

Automatic Running

  • Run the run_all.py script to run all rover problems and save all outputs in a file.

Logs

Inner logs folder, you can find the results when execute on the follow system:

Caminho do hardware  Dispositivo  Classe         Descrição
============================================================
                                  system         Computer
/0                                bus            Motherboard
/0/0                              memory         7799MiB Memória do sistema
/0/1                              processor      Intel(R) Core(TM) i3-2328M CPU 

About

JavaFF is an implementation of the planner FF written in Java. Based on the source code for CRIKEY, written by Keith Halsey, it has been produced for this course to provide an extensible implementation of FF that cleanly separates the features we are interested in: search algorithm; heuristics; neighbourhoods; and so on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published