Code Monkey home page Code Monkey logo

olaaaf's Introduction

Olaaaf

Olaaaf is a general adaptation prototype based on belief revision whose long-term aim is to cover a broad range of adaptation processes. It is based on a formalism that covers both attribute-value pairs (often used for representing cases) and taxonomies (often used for representing domain knowledge).

Table of Contents

Dependencies

Please note that each dependency might work with an earlier version. However, they haven't been tested and aren't officialy supported.

Necessary dependencies

  • Python v3.10.13 or higher.
  • tqdm v4.65.0 or higher.
  • Pyparsing v3.0.9 or higher.
  • SciPy v1.11.4 or higher.

Optional dependencies

Usage

To install Olaaaf, first download the latest release here (although a .tar.gz is available if necessary, The .whl file is recommended)

Once downloaded, install the package using pip:

pip install ./olaaaf-1.0.whl

Once installed, you can import olaaaf from anywhere like a standard Python package

from olaaaf import *

For in-depth examples, feel free to look at the Examples and Video Demonstration sections.

Examples

As of right now, four examples are availabe for you to go through. Namely:

  • Example 1 is the adaptation of a banana milkshake recipe to obtain a kiwi milkshake recipe.
  • Example 2 is the adaptation of a banana milkshake recipe to obtain a kiwi milkshake recipe, with no banana.
  • Example 3 is the adaptation of a banana milkshake recipe to obtain a kiwi milkshake recipe, while conserving the same number of fruit types between the two recipes.
  • Example 4 is the adaptation of a carrot and cabbage salad to remove the vinegar, using an adaptation rule.

Video demonstration

The execution of Example 3 can be watched in this video:

example3.videDemonstration.mp4

Documentation

Olaaaf's documentation is available here.

License

Olaaaf is published under the MIT License.

olaaaf's People

Contributors

olaaafengine avatar questiero avatar

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.