Abstract:
|
[ES] En este trabajo se va a definir una página web de subastas en la que tanto un usuario como un agente inteligente podrá pujar en tiempo real por un artículo. Esta la conformarán tres tipos de subastas, las ascendentes ...[+]
[ES] En este trabajo se va a definir una página web de subastas en la que tanto un usuario como un agente inteligente podrá pujar en tiempo real por un artículo. Esta la conformarán tres tipos de subastas, las ascendentes (al alza), las holandesas (a la baja), y las de sobre cerrado (puja única secreta). Por otro lado, las entidades inteligentes capaces de realizar ofertas poseerán distintos comportamientos inteligentes adaptados a cada tipo de puja. Así, estas estrategias se basarán en diferentes parámetros que les atribuye el propietario, como el grado de agresividad.
Para su implementación se ha decidido emplear el framework web Django para la creación de la página web, y la plataforma SPADE para el sistema multiagente. Finalmente, para la comunicación entre ambas partes se usarán peticiones HTTP dirigidas a la extensión Django ReST Framework.
[-]
[EN] During this project an auction website will be done, where not only internet users are able to bid on real time, but intelligent agents also can. Three types of sales are being part of this, clock auctions (upward), ...[+]
[EN] During this project an auction website will be done, where not only internet users are able to bid on real time, but intelligent agents also can. Three types of sales are being part of this, clock auctions (upward), dutch ones (down) and sealed bid ones (secret single bid). On other side, different behaviours can be adopted by intelligent entities, depending on the type of bid. Moreover, these strategies are based on different parameters chosen by the owner, such as the aggressivity.
Regarding the development, the web framework Django is chosen for the web creation and the SPADE platform is selected for the multiagent system. Finally, Django ReST Framework extension is being used for the communication between both sides through HTTP requests.
[-]
|