Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AsPJT committed Jan 8, 2019
2 parents 24cb579 + 3deac34 commit a4f981e
Showing 1 changed file with 81 additions and 1 deletion.
82 changes: 81 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ FractalIsland
|:---|:---|:---|
|MSVC|![cl](https://img.shields.io/badge/cl%2014.10-passing-brightgreen.svg)|![cl](https://img.shields.io/badge/cl%2014.10-passing-brightgreen.svg)|
|GCC|![gcc](https://img.shields.io/badge/gcc%205.1.0-passing-brightgreen.svg)|![gcc](https://img.shields.io/badge/gcc%204.4.7-passing-brightgreen.svg)|
|Clang|![clang](https://img.shields.io/badge/clang%203.5.0-passing-brightgreen.svg)|![clang](https://img.shields.io/badge/clang%203.1-passing-brightgreen.svg)|
|Clang|![clang](https://img.shields.io/badge/clang%203.8.1-passing-brightgreen.svg)|![clang](https://img.shields.io/badge/clang%203.1-passing-brightgreen.svg)|

## RogueLike (v0.1.0~)
![cpp14](https://img.shields.io/badge/C%2B%2B14-passing-brightgreen.svg) ![c99_no](https://img.shields.io/badge/C99-nothing-lightgrey.svg)
Expand Down Expand Up @@ -255,6 +255,86 @@ Underdevelopment...
### Variable
![bool_false](https://img.shields.io/badge/Variable-bool-red.svg) ![int_true](https://img.shields.io/badge/Variable-Integer%20Types-brightgreen.svg)

# Artificial Intelligence

## Reversi AI (v0.1.11~)

### 🔱Winning percentage🔱

**Priority > Simple ≈ Greed > Unselfishness**

### reversiAI_Priority

|Winner|Priority|Priority|Empty|Count|
|:---|:---|:---|:---|:---|
|-0.0074|31.7925|31.9628|0.2447|60.1488|

|Winner|Priority|Simple|Empty|Count|
|:---|:---|:---|:---|:---|
|0.7835|40.8016|22.229|0.9694|59.9489|

|Winner|Priority|Greed|Empty|Count|
|:---|:---|:---|:---|:---|
|0.7053|39.5965|23.2626|1.1409|59.304|

|Winner|Priority|Unselfishness|Empty|Count|
|:---|:---|:---|:---|:---|
|0.7996|42.5181|20.7563|0.7256|60.0602|

### reversiAI_Simple

|Winner|Simple|Priority|Empty|Count|
|:---|:---|:---|:---|:---|
|-0.5458|22.6688|41.2262|0.105|60.913|

|Winner|Simple|Simple|Empty|Count|
|:---|:---|:---|:---|:---|
|-1|19|45|0|64|

|Winner|Simple|Greed|Empty|Count|
|:---|:---|:---|:---|:---|
|0.09|32.0689|29.3282|2.6029|60.1052|

|Winner|Simple|Unselfishness|Empty|Count|
|:---|:---|:---|:---|:---|
|0.4185|37.246|26.5962|0.1578|60.8609|

### reversiAI_Greed

|Winner|Greed|Priority|Empty|Count|
|:---|:---|:---|:---|:---|
|-0.7032|23.237|39.6584|1.1046|59.3413|

|Winner|Greed|Simple|Empty|Count|
|:---|:---|:---|:---|:---|
|-0.1217|30.7936|32.1165|1.0899|61.4612|

|Winner|Greed|Greed|Empty|Count|
|:---|:---|:---|:---|:---|
|-0.0097|31.7787|32.1442|0.0771|60.3203|

|Winner|Greed|Unselfishness|Empty|Count|
|:---|:---|:---|:---|:---|
|0.3536|35.073|24.5509|4.3761|57.4842|

### reversiAI_Unselfishness

|Winner|Unselfishness|Priority|Empty|Count|
|:---|:---|:---|:---|:---|
|-0.7935|20.9607|42.3865|0.6528|60.1339|

|Winner|Unselfishness|Simple|Empty|Count|
|:---|:---|:---|:---|:---|
|-0.4015|26.6318|37.2226|0.1456|60.9599|

|Winner|Unselfishness|Greed|Empty|Count|
|:---|:---|:---|:---|:---|
|-0.3935|23.6703|35.5719|4.7578|57.0582|

|Winner|Unselfishness|Unselfishness|Empty|Count|
|:---|:---|:---|:---|:---|
|-0.0295|31.7327|32.2625|0.0048|60.7481|

## License

These codes are licensed under CC0.
Expand Down

0 comments on commit a4f981e

Please sign in to comment.