Description: 人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序。在这个电脑中的虚拟市场中,若干被称为交易者的人工智能程序(Agent)通过观察它们所在的数字世界中股价和股息的不断变换而做出预测,并且根据这些预测做出购买股票与否以及购买股票数量的决策。反过来,所有的交易者的决策又决定了股票的价格,这样,整个的股票交易市场就构成了一个自我封闭的计算系统。同时,这些交易者都具有学习的能力,可以根据以前预测的成功或者失败对自己的决策进行调整,并且通过一种被称为遗传算法的方法产生创新能力。-artificial stock market (Artificial Stock Market, or ASM) is a stock market simulation operation of the procedure. In this computer in the virtual market, a number of traders known as artificial intelligence (Agent) by observing them where the digital world and the stock dividend and the constantly changing projections, and based on these projections made whether or not to purchase stocks and the purchase of shares in decision-making. Conversely, all the decision-making transactions in turn determines the share price, so that the entire stock market would constitute a self-enclosed computer system. Moreover, these transactions are capable of learning, can be predicted based on previous success or failure of their decisions for the adjustment, and through a genetic algorithm known as the me Platform: |
Size: 256000 |
Author:吴凡罕 |
Hits:
Description: 在这个电脑中的虚拟市场中,若干被称为交易者的人工智能程序(Agent)通过观察它们所在的数字世界中
股价和股息的不断变换而做出预测,并且根据这些预测做出购买股票与否以及购买股票数量的决策。
反过来,所有的交易者的决策又决定了股票的价格,这样,整个的股票交易市场就构成了一个自我封闭的
计算系统。同时,这些交易者都具有学习的能力,可以根据以前预测的成功或者失败对自己的决策进行调整
,并且通过一种被称为遗传算法的方法产生创新能力。总之,ASM是一个电脑中不断进化的虚拟股票市场!
通过研究ASM,我们可以更好的理解现实世界的行为,并且它提供了一个很好的现实股市的隐喻。-computers in the virtual market, Several transactions were known as the artificial intelligence (Agent) to observe where the digital world and stock prices The constantly changing interest rates and make projections, and the basis of these projections make the purchase of stocks or stock number and the purchase decision. Conversely, all the transactions of the decision in turn determines the stock price, so that The entire stock exchange will constitute a self-enclosed computer system. Moreover, these transactions are capable of learning, according to the previous forecast of success or failure of its policy-making adjustments through being called a genetic algorithm methods and innovative capabilities. In short, the ASM is a computer constantly evolving virtual stock market! ASM through r Platform: |
Size: 46080 |
Author:xmzhang |
Hits:
Description: 人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序。ASM是一个电脑中不断进化的虚拟股票市场。
-Artificial stock market (Artificial Stock Market, referred to as ASM) is a simulation of a program operation of the stock market. ASM is a computer evolving virtual stock market. Platform: |
Size: 253952 |
Author:lanlan |
Hits:
Description: JStock是一个免费股市软件,它支持多个国家的股市。它提供实时股票信息,指标编辑,投资组合管理和市场聊天功能。-JStock is a free stock market software, it supports a number of national stock market. it provides real-time stock information, indicators editing, portfolio management and market chat. Platform: |
Size: 1466368 |
Author:chomsky |
Hits:
Description: It has been said before but it bears repeating: Writing defect-free software is
exceedingly diffi cult. Proof of correctness of real systems is still well beyond our
abilities, and specifi cation of behavior is equally challenging. Predicting future
needs is a hit or miss affair—we’d all be getting rich on the stock market instead
of building software systems if we were any good at it!
Automated verifi cation of software behavior is one of the biggest advances in
development methods in the last few decades. This very developer-friendly practice
has huge benefi ts in terms of increasing productivity, improving quality, and
keeping software from becoming brittle. The very fact that so many developers
are now doing it of their own free will speaks for its effectiveness.
This chapter introduces the concept of test automation using a variety of
tools (including xUnit), describes why you would do it, and explains what
makes it diffi cult to do test automation well. Platform: |
Size: 3725312 |
Author:Javadeveloper |
Hits:
Description: 基于swarm的模拟股市代码,这个版本是有界界面的,比没有界卖弄的速度慢一点-Swarm-based simulated stock market code, this version is bounded interface, not bound to show off than the speed of slow Platform: |
Size: 10240 |
Author:zeng |
Hits:
Description: 股票的价格随着时间会在一定范围内波动,对于每个股票,股民需要三种报告:股票的当前价格;股票价格的统计分析报告(最低价、最高价、均价);股票价格趋势预测(建议采用移动平均预测法)。根据实际情况,也可能需要增加其他类型的报告。提示:股价变动用随机数模拟:java.util.Random。代码运用观察者模式,编写了上述股票行情程序,当股票价格变动时,实现各种报告的更新。-The price of the stock will over time in a certain range, for each stock, investors need to three report: the current price of stock Stock price statistics analysis report (the lowest price, maximum price, average price) Stock price trend prediction (recommended moving average prediction method). According to actual condition, also may need to increase the other types of reports. Tip: share price changes with Random simulation: Java. Util. Random. Code using spectator mode, write the stock market program, when the stock price changes, realize all kinds of report of updates.
Platform: |
Size: 3072 |
Author:wujiamin |
Hits: