Research Article

A Framework for Online Reverse Auction Based on Market Maker Learning with a Risk-Averse Buyer

Table 3

Pseudocode of the simulation process.

StepImplementation

1Initialization
1.1Number of iterations = I
1.2Number of sellers = n
1.3Improvement threshold = 
1.4S = 1
2Do the steps 3–12 until S < I
3Round(j) = 1
4Generate n random bids
5Compute the for each bid
6Determine the highest and save it
7Train a neural network for input and target
8
9Solve seller problem and obtain n new bids
10Compute the for each new bid
11Determine the highest and save it
12If go to 8 otherwise go to 13
13End