Skip to content

lemerch/montelo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*         .-``'.
*       .`   .`~  Montelo~
*  _.-'     '._          x(n+1) = rx(1-x)
*
********************************

About

Montelo [μοντέλο - montélo] - model. Ideas are abstractions - the property of thinking differently than we see the world. With this property of the brain, we are who we are. According to Plato, there is a special world, the world of ideas. Ideas are often presented as our ideal.

People often treat them with disdain, talking about tall tales, etc. However, it is mathematics that is also the idea that describes and connects the world of ideas with the real.

In this library, a simple concept of modules is described. You can create your own models or use these models to describe the result you expect from other tools.

Build

<repositories>
    <repository>
       <id>jitpack.io</id>
       <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
          <groupId>com.github.lemerch</groupId>
          <artifactId>montelo</artifactId>
          <version>1.1</version>
    </dependency>
</dependencies>

License

The Spring Framework is released under version 2.0 of the Apache License.

Examples

You can see the use of models here

In addition, there is an example of the implementation of my models in my other repository - fillen