Download JAR files tagged by optimize with all dependencies
timefold-solver-quarkus-jsonb-parent from group ai.timefold.solver (version 1.16.0)
Group: ai.timefold.solver Artifact: timefold-solver-quarkus-jsonb-parent
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
timefold-solver-quarkus-jsonb-deployment from group ai.timefold.solver (version 1.16.0)
Timefold solves planning problems.
This lightweight, embeddable planning engine implements powerful and scalable algorithms
to optimize business resource scheduling and planning.
Quarkus deployment module for timefold-solver-quarkus-jsonb.
This module is deprecated and will be removed in a future major version of Timefold Solver.
Please use the Jackson integration instead.
Group: ai.timefold.solver Artifact: timefold-solver-quarkus-jsonb-deployment
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact timefold-solver-quarkus-jsonb-deployment
Group ai.timefold.solver
Version 1.16.0
Last update 12. November 2024
Organization not specified
URL https://timefold.ai
License not specified
Dependencies amount 4
Dependencies quarkus-core-deployment, quarkus-arc-deployment, quarkus-builder, timefold-solver-quarkus-jsonb,
There are maybe transitive dependencies!
Group ai.timefold.solver
Version 1.16.0
Last update 12. November 2024
Organization not specified
URL https://timefold.ai
License not specified
Dependencies amount 4
Dependencies quarkus-core-deployment, quarkus-arc-deployment, quarkus-builder, timefold-solver-quarkus-jsonb,
There are maybe transitive dependencies!
pdf4me from group com.pdf4me (version 0.9.1)
The Pdf4me Client API is a maven library which connects to its highly scalable SaaS cloud service with many functionalities to solve your document and PDF requirements. The SaaS api provides expert functionality to convert, optimize, compress, produce, merge, split, ocr, enrich, archive, print documents and PDFs.
Artifact pdf4me
Group com.pdf4me
Version 0.9.1
Last update 26. February 2019
Organization not specified
URL https://dev-dev.pdf4me.com
License MIT License
Dependencies amount 10
Dependencies json, httpmime, bson, adal4j, slf4j-jdk14, bson4jackson, commons-io, swagger-annotations, gson, threetenbp,
There are maybe transitive dependencies!
Group com.pdf4me
Version 0.9.1
Last update 26. February 2019
Organization not specified
URL https://dev-dev.pdf4me.com
License MIT License
Dependencies amount 10
Dependencies json, httpmime, bson, adal4j, slf4j-jdk14, bson4jackson, commons-io, swagger-annotations, gson, threetenbp,
There are maybe transitive dependencies!
alignment from group de.cit-ec.tcs (version 3.1.1)
This Java Toolbox provides several algorithms to align two
input sequences, where your sequential data is allowed to be multimodal
and multidimensional. We also provide additional tools to inspect the
alignment results in more detail or even calculate derivatives of the
alignment w.r.t. metric parameters such that you can optimize the
alignment parameters according to some cost function. It is written
in Java 1.7. and is also compatible with Matlab (version 2013b or
higher).
Group: de.cit-ec.tcs Artifact: alignment
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact alignment
Group de.cit-ec.tcs
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group de.cit-ec.tcs
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
pdf-extractor from group de.cit-ec.scie (version 2.0.1)
This is an optimized version of Apache PDFBox. It allows
to extract the rough structure of a document (pages, blocks of text and
paragraphs as well as formatting information) and was made with the
intent to optimize text extraction results for scientific papers.
The output can easily be transformed to plaintext (toString) or to
an XML format (toXML).
11 downloads
Artifact pdf-extractor
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies pdfbox,
There are maybe transitive dependencies!
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies pdfbox,
There are maybe transitive dependencies!
chips-n-salsa from group org.cicirello (version 7.0.1)
Chips-n-Salsa is a Java library of customizable,
hybridizable, iterative, parallel, stochastic, and self-adaptive
local search algorithms. The library includes implementations of
several stochastic local search algorithms, including simulated
annealing, hill climbers, as well as constructive search algorithms
such as stochastic sampling. Chips-n-Salsa now also includes genetic
algorithms as well as evolutionary algorithms more generally. The
library very extensively supports simulated annealing. It includes
several classes for representing solutions to a variety of optimization
problems. For example, the library includes a BitVector class that
implements vectors of bits, as well as classes for representing
solutions to problems where we are searching for an optimal vector
of integers or reals. For each of the built-in representations, the
library provides the most common mutation operators for generating
random neighbors of candidate solutions, as well as common crossover
operators for use with evolutionary algorithms. Additionally, the
library provides extensive support for permutation optimization
problems, including implementations of many different mutation
operators for permutations, and utilizing the efficiently implemented
Permutation class of the JavaPermutationTools (JPT) library.
Chips-n-Salsa is customizable, making extensive use of Java's generic
types, enabling using the library to optimize other types of representations
beyond what is provided in the library. It is hybridizable, providing
support for integrating multiple forms of local search (e.g., using a hill
climber on a solution generated by simulated annealing), creating hybrid
mutation operators (e.g., local search using multiple mutation operators),
as well as support for running more than one type of search for the same
problem concurrently using multiple threads as a form of algorithm portfolio.
Chips-n-Salsa is iterative, with support for multistart metaheuristics,
including implementations of several restart schedules for varying the run
lengths across the restarts. It also supports parallel execution of multiple
instances of the same, or different, stochastic local search algorithms for
an instance of a problem to accelerate the search process. The library
supports self-adaptive search in a variety of ways, such as including
implementations of adaptive annealing schedules for simulated annealing,
such as the Modified Lam schedule, implementations of the simpler annealing
schedules but which self-tune the initial temperature and other parameters,
and restart schedules that adapt to run length.
0 downloads
Artifact chips-n-salsa
Group org.cicirello
Version 7.0.1
Last update 12. December 2024
Organization Cicirello.Org
URL https://chips-n-salsa.cicirello.org/
License GPL-3.0-or-later
Dependencies amount 3
Dependencies jpt, rho-mu, core,
There are maybe transitive dependencies!
Group org.cicirello
Version 7.0.1
Last update 12. December 2024
Organization Cicirello.Org
URL https://chips-n-salsa.cicirello.org/
License GPL-3.0-or-later
Dependencies amount 3
Dependencies jpt, rho-mu, core,
There are maybe transitive dependencies!
SourceAnalyst from group io.github.leravolcevska (version 1.3.0)
The Source Analyst library is a powerful tool designed to streamline and expedite the tracking of traffic sources for mobile applications. This versatile library is aptly named "Source Analyst" and is an invaluable asset for app developers and marketers seeking to gain deeper insights into the performance of their advertising campaigns. With just one simple function call, Source Analyst empowers you to efficiently investigate the effectiveness of various advertising sources.
Key Features:
Effortless Tracking: Source Analyst simplifies the complex task of tracking the origins of traffic for your mobile app. No need for convoluted setups or extensive coding – one function is all it takes.
Comprehensive Insights: Gain a comprehensive understanding of where your app's users are coming from. Whether it's through social media, search engines, referral links, or other channels, Source Analyst provides you with clear data on traffic sources.
Performance Evaluation: Evaluate the performance of your advertising campaigns with precision. Discover which sources are driving the most valuable users to your app, helping you optimize your marketing efforts effectively.
Time-Saving: Say goodbye to hours spent on manual data collection and analysis. Source Analyst automates the tracking process, freeing up your time to focus on making data-driven decisions.
Customization: Tailor Source Analyst to your specific needs. Customize the library to track the metrics that matter most to your app's success.
Real-time Data: Access real-time data, ensuring that you always have up-to-date insights into your traffic sources.
Integration-Friendly: Seamlessly integrate Source Analyst into your existing mobile app infrastructure, whether you're developing for Android or iOS.
User-Friendly: Source Analyst is designed with user-friendliness in mind. Its intuitive interface and straightforward documentation make it accessible to developers of all levels of expertise.
How It Works:
Using Source Analyst is as easy as calling a single function within your code. Simply integrate the library into your app, and you can begin tracking traffic sources immediately. From there, Source Analyst compiles and presents the data in a clear and organized manner, allowing you to make data-driven decisions with ease.
In a world where understanding the origins of your app's traffic is essential for marketing success, Source Analyst is the go-to solution. Say goodbye to the complexity of tracking sources and embrace the simplicity and effectiveness of Source Analyst for your mobile app.
Harness the power of Source Analyst and unlock a new level of insight into your app's performance today!
Group: io.github.leravolcevska Artifact: SourceAnalyst
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact SourceAnalyst
Group io.github.leravolcevska
Version 1.3.0
Last update 07. September 2023
Organization not specified
URL https://github.com/leravolcevska/SourceAnalyst
License MIT License
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
Group io.github.leravolcevska
Version 1.3.0
Last update 07. September 2023
Organization not specified
URL https://github.com/leravolcevska/SourceAnalyst
License MIT License
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!
Page 23 from 23 (items total 227)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy