Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Open Source Java platform for Optimization, DoE, and Learning.
OpenDino is an open source Java platform for optimization, design of experiment and learning.
It provides a graphical user interface (GUI) and a platform which simplifies integration of new algorithms as "Modules".
Implemented Modules
Evolutionary Algorithms:
- CMA-ES
- (1+1)-ES
- Differential Evolution
Deterministic optimization algorithm:
- SIMPLEX
Learning:
- a simple Artificial Neural Net
Optimization problems:
- test functions
- interface for executing other programs (solvers)
- parallel execution of problems
- distributed execution of problems via socket connection between computers
Others:
- data storage
- data analyser and viewer
...A fast parallel implementation of the network simplex method, and some full-fledged parallel/distributed MIP solvers will be added in the next version. In general, emphasis is given in improving the efficiency of the algorithms in shared-memory models via java threads, since multi-core machines are so wide-spread today.
Activities Based Costing - Costeo Basado en Actividades
...El ABC (Activity Based Costing) es altamente eficiente para distribuir los costos indirectos, la idea es que aquellos recursos que son indirectos respecto de los productos, puedan tener una relación de causa – efecto directa respecto de las actividades, de esa manera lo autores tienen éxito implantando este sistema en grandes empresas de servicios y manufactureras con elevados niveles de gastos indirectos.
CoPA es una implementación de éste método en java.
Nuestro componente se llama “Cronometro”, es un componente el cual muestra en una etiqueta las centésimas de segundo, los segundos, los minutos y las horas transcurridas. Cuenta con los siguientes métodos:
Iniciar().- empieza a correr el cronometro.
Pausar().-pausa el cronometro (solo funciona si el cronometro ya esta iniciado).
Detener().-Detiene el cronometro y los regresa a su estado inicial (solo funciona si el cronometro ya esta iniciado).
cambiarFuente(Font fuente).- Con este...
Ter uma linguagem interpretada cujo eu consigo criar janelas e fazer boa partes das tarefas comuns de maneira simples lembrando o método de trabalho do Cobol.
Calculadora com a função de encontrar as raizes de uma função qualquer utilizando o método de bissecção ou o método de Newton.
E ainda capaz de calcular o intervalo inicial desses métodos uzando o método de Gauss.
Utiliza a biblioteca exp4J.
Aplicación escrita en Java para la resolución de problemas de programación lineal usando una implementación del métodoSimplex.
Este aplicación fue diseñada para los estudiantes o profesionales que tienen que lidiar contra este tipo de problemas.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
This program is implementation of dual simplex method implemented with java applet. Source code is given free.
Authors: Gaziz Tazhenov and Ivan Melnikov
The AgendaNutricional software uses Simplex Method (provided by CLP component) to calculate which product will be part of a dietetic prescription, based upon the nutrients needed for daily consumption. See "Documentation" for more info.
Haz ejercicios de matematicas de forma repetitiva para mejorar tu nivel de calculo basico en precision y en velocidad. Basado en método Kumon. Do math exercises repeatedly to improve your level of basic calculus in precision and speed. Kumon based.
The simpliZia-program implements the simplex-algorithm and is designed to help students of Operations Research to understand and learn the algorithm. This is a german project, source and program are actually written in german.
Interpretador de pseudo-código baseado no Algol e Pascal, implementado utilizando técnicas modernas como método da costura e gramática de atributos. Utiliza uma interface em Swing com suporte a syntax highlighting e verificação de erros.
Simulated annealing package written in Java using simplex downhill algorithm from Numerical Recipies in C++/FORTRAN/C
It is intended for use "behind the scenes" in applications, and it is optimised for ease of integration.
Completely standalone,
A java command-line application where the main goal is to solve any simplex problem. It's a team-work school project. It can be usefull for other students who needs to understand the simplex algorithm.