All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.jasa.agent.ProfitFunction Maven / Gradle / Ivy

Go to download

The Java Auction Simulator API (JASA) is a framework for building agent-based models of auction markets.

The newest version!
package net.sourceforge.jasa.agent;

import net.sourceforge.jasa.market.Market;

public interface ProfitFunction {

    double calculateProfit(AbstractTradingAgent abstractTradingAgent, Market auction, int quantity, double price);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy