aima

Library of code developed from 'Artificial Intelligence a Modern Approach', Prentice Hall.

Лицензия

Лицензия

Группа

Группа

com.thesett
Идентификатор

Идентификатор

aima
Последняя версия

Последняя версия

0.8.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

aima
Library of code developed from 'Artificial Intelligence a Modern Approach', Prentice Hall.

Скачать aima

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.thesett/aima/ -->
<dependency>
    <groupId>com.thesett</groupId>
    <artifactId>aima</artifactId>
    <version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/aima/
implementation 'com.thesett:aima:0.8.3'
// https://jarcasting.com/artifacts/com.thesett/aima/
implementation ("com.thesett:aima:0.8.3")
'com.thesett:aima:jar:0.8.3'
<dependency org="com.thesett" name="aima" rev="0.8.3">
  <artifact name="aima" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='aima', version='0.8.3')
)
libraryDependencies += "com.thesett" % "aima" % "0.8.3"
[com.thesett/aima "0.8.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.thesett : common jar 0.8.3

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
log4j : log4j jar [1.2.8,)

Модули Проекта

Данный проект не имеет модулей.

LoJiX

LoJiX is a framework for logic compilers, and a Prolog implementation.

Roadmap

2015-02-11

Priorities are in the order presented here:

  • Get cut working.
  • Get call and not working.
  • Complete nested inline conjunction/disjunction.
  • Change the memory model to 64-bit, with an appropriately chosen layout for tagged heap values.
  • Get basic int and float arithmetic working.
  • Implement a simple garbage collector.

Версии библиотеки

Версия
0.8.3
0.8.2
0.8.1
0.8-M1