paper-with-me

Papers

jsdp: a Java Stochastic DP Library

2022-09-20 · Roberto Rossi

Stochastic Programming is a framework for modelling and solving problems of decision making under uncertainty. Stochastic Dynamic Programming is a branch of Stochastic Programming that takes a "functional equation" approach to the discovery of optimal policies. By leveraging constructs - lambda expressions, functional interfaces, collections and aggregate operators - implemented in Java to operationalise the MapReduce framework, jsdp provides a general purpose library for modelling and solving Stochastic Dynamic Programs.

📄 PDF Abstract BibTeX arXiv:2209.09979

Code (1)

gwr3n/jsdp 공식 구현

Tasks

Decision MakingDecision Making Under Uncertainty

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

SODA: a TypeScript/JavaScript Library for Visualizing Biological Sequence Annotation

2022-05-12 · Jack W. Roddy, George T. Lesica, Travis J. Wheeler

We present SODA, a lightweight and open-source visualization library for biological sequence annotations that enables straightforward development of flexible, dynamic, and interactive web graphics. SODA is implemented in…

IllinoisSL: A JAVA Library for Structured Prediction

2015-09-23 · Kai-Wei Chang, Shyam Upadhyay, Ming-Wei Chang, Vivek Srikumar 외

IllinoisSL is a Java library for learning structured prediction models. It supports structured Support Vector Machines and structured Perceptron. The library consists of a core learning module and several applications, w…

PredictionStructured Prediction

MILJS : Brand New JavaScript Libraries for Matrix Calculation and Machine Learning

2015-02-21 · Ken Miura, Tetsuaki Mano, Atsushi Kanehira, Yuichiro Tsuchiya 외

MILJS is a collection of state-of-the-art, platform-independent, scalable, fast JavaScript libraries for matrix calculation and machine learning. Our core library offering a matrix calculation is called Sushi, which exhi…

BIG-bench Machine Learning

MigrationMiner: An Automated Detection Tool of Third-Party Java Library Migration at the Method Level

2019-07-05 · Hussein Alrubaye, Mohamed Wiem Mkaouer, Ali Ouni

In this paper we introduce, MigrationMiner, an automated tool that detects code migrations performed between Java third-party library. Given a list of open source projects, the tool detects potential library migration co…

JS-son -- A Lean, Extensible JavaScript Agent Programming Library

2020-03-10 · Timotheus Kampik, Juan Carlos Nieves

A multitude of agent-oriented software engineering frameworks exist, most of which are developed by the academic multi-agent systems community. However, these frameworks often impose programming paradigms on their users …