Uses of Record Class
org.episteme.social.economics.AuctionTheorySolver.Bid
Packages that use AuctionTheorySolver.Bid
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
-
Uses of AuctionTheorySolver.Bid in org.episteme.social.economics
Methods in org.episteme.social.economics that return AuctionTheorySolver.BidModifier and TypeMethodDescriptionstatic AuctionTheorySolver.BidAuctionTheorySolver.solveVickrey(List<AuctionTheorySolver.Bid> bids) Solves a Vickrey Auction (Second-price sealed-bid).Method parameters in org.episteme.social.economics with type arguments of type AuctionTheorySolver.BidModifier and TypeMethodDescriptionstatic AuctionTheorySolver.BidAuctionTheorySolver.solveVickrey(List<AuctionTheorySolver.Bid> bids) Solves a Vickrey Auction (Second-price sealed-bid).