-
Optimisation
-----------------
Currently working on optimisation for reactive. Anything I come across is implemented
as a function. Solving the equation for the partial derivatives is kind of tr…
-
SELECT 14, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' THEN
GROUP_CONCAT(CASE WHEN…
-
Work on the intro text and possibly remove the year-2000 threshold, as suggested by Christian Blum via e-mail:
> "_in my opinion you should (1) work on the wording of your initial paragraphs such tha…
-
# 使用 Javascript 改寫 Lua 解譯器之後
請將下列六行程式複製到 http://mde.tw/vecp2018/lua/SchoolProject/ 中執行:
-- 利用 dofile() 從網頁中取得 star() 函式的定義, 並對應到 local 變數 star 中
local star = dofile("https://raw.githubu…
-
Dojo-work
-------------
The structure I aim for is this:
```
.
|--- src/axelrod-dojo
|--- archetypes
|--- ann_evolve.py
|--- fsm.py
|--- fsm…
-
Take a look [genetic-js](https://github.com/subprotocol/genetic-js)
It is also present on npm.
Let's discuss here
-
I see you have written optimization code using Python and Differential Evolution. Scipy has solvers for non-linear equations, however scipy's default initial parameter values are all 1.0. This can be …
-
- [ ] Write description of this area
-
How about: "An empirical study of Moran Processes and first impressions in the Iterated Prisoner's Dilemma"?
(Thought of that from your "First impressions matter in the IPD" line in the ml paper @m…
-
As i found on the internet that this game can be built without the use of deep learning [https://github.com/chncyhn/flappybird-qlearning-bot]
So can u help me understand what is more beneficial in us…