Skip to content

Program-Trace-Optimisation/PTO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTO

Program Trace Optimisation is a system for `universal heuristic optimization made easy'. This is achieved by strictly separating the problem from the search algorithm. New problem definitions and new generic search algorithms can be added to PTO easily and independently, and any algorithm can be used on any problem. PTO automatically extracts knowledge from the problem specification and designs search operators for the problem. The operators designed by PTO for standard representations coincide with existing ones, but PTO automatically designs operators for arbitrary representations.

This repository contains code implementing PTO in Python under src.

A draft paper describing the system is provided.

Several tutorial-style Jupyter notebooks are available:

Binder to use interactive notebooks

Releases

No releases published

Packages

No packages published