Changes

Jump to: navigation, search

Severi Salminen

7,241 bytes added, 22:15, 1 March 2020
Created page with "'''Home * People * Severi Salminen''' FILE:SeveriSalminen.jpg|border|right|220px|thumb|link=https://github.com/sevesalm| Severi Salminen <ref>[https://gi..."
'''[[Main Page|Home]] * [[People]] * Severi Salminen'''

[[FILE:SeveriSalminen.jpg|border|right|220px|thumb|link=https://github.com/sevesalm| Severi Salminen <ref>[https://github.com/sevesalm sevesalm (Severi Salminen) · GitHub]</ref> ]]

'''Severi Salminen''',<br/>
a Finnish professional violinist, [https://en.wikipedia.org/wiki/Master_of_Music master of music] from [https://en.wikipedia.org/wiki/Sibelius_Academy Sibelius Academy], [https://en.wikipedia.org/wiki/Helsinki Helsinki],
computer scientist with B.Sc. and M.Sc. degrees from [https://en.wikipedia.org/wiki/Aalto_University Aalto University] in 2016 and 2019 respectively <ref>[https://www.linkedin.com/in/severi-salminen/ Severi Salminen | LinkedIn]</ref>, and software developer and former computer chess programmer. He is author of ssRay, an unbiased [https://en.wikipedia.org/wiki/Monte_Carlo_method Monte Carlo] [https://en.wikipedia.org/wiki/Path_tracing path tracing] [https://en.wikipedia.org/wiki/Rendering_%28computer_graphics%29 renderer] capable of producing very realistic looking images <ref>[http://www.saunalahti.fi/~sevesalm/ssRay/ssRay.php Homepage of Severi Salminen - ssRay]</ref>,
and author of the [[WinBoard]] compliant chess engine [[Requiem]] <ref>[http://www.saunalahti.fi/~sevesalm/Requiem.php Homepage of Severi Salminen - Requiem]</ref>.

=Forum Posts=
==2000==
* [https://www.stmintz.com/ccc/index.php?id=99229 A free assembler? (A little off topic...)] by [[Severi Salminen]], [[CCC]], February 27, 2000
* [https://www.stmintz.com/ccc/index.php?id=105063 My program plays chess!] by [[Severi Salminen]], [[CCC]], April 08, 2000
* [https://www.stmintz.com/ccc/index.php?id=105506 Negamax algorithm??] by [[Severi Salminen]], [[CCC]], April 11, 2000 » [[Negamax]]
* [https://www.stmintz.com/ccc/index.php?id=108325 Move ordering?] by [[Severi Salminen]], [[CCC]], April 28, 2000 » [[Move Ordering]]
* [https://www.stmintz.com/ccc/index.php?id=124718 C or C++ for Chess Programming?] by [[Severi Salminen]], [[CCC]], August 16, 2000
* [https://www.stmintz.com/ccc/index.php?id=128297 Deep Thought's tuning code and eval function!] by [[Severi Salminen]], [[CCC]], September 05, 2000 » [[Eval Tuning in Deep Thought]]
* [https://www.stmintz.com/ccc/index.php?id=131537 Alpha-Beta explanation on Heinz's book?] by [[Severi Salminen]], [[CCC]], October 05, 2000 » [[Alpha-Beta]] <ref>[[Ernst A. Heinz]] ('''1999'''). ''[http://people.csail.mit.edu/heinz/node1.html#scale-cchess Scalable Search in Computer Chess]''. [https://en.wikipedia.org/wiki/Morgan_Kaufmann Morgan Kaufmann]</ref>
* [https://www.stmintz.com/ccc/index.php?id=134077 Binary question] by [[Severi Salminen]], [[CCC]], October 19, 2000 » [[BitScan]]
* [https://www.stmintz.com/ccc/index.php?id=134490 An idea to generate rook moves without rotated BBs] by [[Severi Salminen]], [[CCC]], October 22, 2000
* [https://www.stmintz.com/ccc/index.php?id=140514 Where is Principal Variation?] by [[Severi Salminen]], [[CCC]], November 22, 2000 » [[Principal Variation]]
* [https://www.stmintz.com/ccc/index.php?id=140872 What is Negascout and why is MWS PVS?] by [[Severi Salminen]], [[CCC]], November 24, 2000 » [[NegaScout]], [[Principal Variation Search]]
* [https://www.stmintz.com/ccc/index.php?id=141230 Qsearch problems...(about sorting and SEE)] by [[Severi Salminen]], [[CCC]], November 26, 2000 » [[Quiescence Search]], [[Static Exchange Evaluation]]
* [https://www.stmintz.com/ccc/index.php?id=141813 MVV/LVA or SEE - liability?] by [[Severi Salminen]], [[CCC]], November 29, 2000 » [[MVV-LVA]]
* [https://www.stmintz.com/ccc/index.php?id=143040 Something wrong with my futility pruning?] by [[Severi Salminen]], [[CCC]], December 05, 2000 » [[Futility Pruning]]
* [https://www.stmintz.com/ccc/index.php?id=143331 About history heuristics, killers and my futil. pruning code] by [[Severi Salminen]], [[CCC]], December 06, 2000 » [[History Heuristic]], [[Killer Heuristic]]
==2001==
* [https://www.stmintz.com/ccc/index.php?id=147977 About SEE] by [[Severi Salminen]], [[CCC]], January 04, 2001
* [https://www.stmintz.com/ccc/index.php?id=148308 Correct values if all moves are pruned?] by [[Severi Salminen]], [[CCC]], January 05, 2001 » [[Pruning]]
* [https://www.stmintz.com/ccc/index.php?id=148745 Can nullmoves behave like this?] by [[Severi Salminen]], [[CCC]], January 08, 2001 » [[Null Move Pruning]]
* [https://www.stmintz.com/ccc/index.php?id=151549 How to extend if only one reply?] by [[Severi Salminen]], [[CCC]], January 23, 2001 » [[One Reply Extensions]]
* [https://www.stmintz.com/ccc/index.php?id=152094 A story about NPS] by [[Severi Salminen]], [[CCC]], January 26, 2001 » [[Nodes per Second]]
* [https://www.stmintz.com/ccc/index.php?id=152256 Should an engine using SEE beat another not using it?] by [[Severi Salminen]], [[CCC]], January 27, 2001
* [https://www.stmintz.com/ccc/index.php?id=152665 Definition of branching factor?] by [[Severi Salminen]], [[CCC]], January 30, 2001 » [[Branching Factor]]
* [https://www.stmintz.com/ccc/index.php?id=153648 What means lazy/plain alpha bounding?] by [[Severi Salminen]], [[CCC]], February 06, 2001 » [[Fail-High]], [[Root]]
* [https://www.stmintz.com/ccc/index.php?id=156886 Please explain the difference between PVS and NegaScout] by [[Severi Salminen]], [[CCC]], March 02, 2001 » [[NegaScout]], [[Principal Variation Search]]
* [https://www.stmintz.com/ccc/index.php?id=200037 A few hashing questions] by [[Severi Salminen]], [[CCC]], December 02, 2001 » [[Pawn Hash Table]]
* [https://www.stmintz.com/ccc/index.php?id=200366 About random numbers and hashing] by [[Severi Salminen]], [[CCC]], December 04, 2001 » [[Zobrist Hashing]]
* [https://www.stmintz.com/ccc/index.php?id=200800 Crafty's 32-bit pawn hash collision figures?] by [[Severi Salminen]], [[CCC]], December 06, 2001 » [[Crafty]], [[Pawn Hash Table]]
* [https://www.stmintz.com/ccc/index.php?id=201192 Requiem (a WinBoard compatible engine) RELEASED!] by [[Severi Salminen]], [[CCC]], December 09, 2001
* [https://www.stmintz.com/ccc/index.php?id=203771 About qsearch...] by [[Severi Salminen]], [[CCC]], December 27, 2001 » [[Quiescence Search]]
* [https://www.stmintz.com/ccc/index.php?id=204243 About limiting Qsearch, again...] by [[Severi Salminen]], [[CCC]], December 29, 2001
* [https://www.stmintz.com/ccc/index.php?id=204492 Qsearch survey] by [[Severi Salminen]], [[CCC]], December 30, 2001
==2002==
* [https://www.stmintz.com/ccc/index.php?id=211203 Reply from Intel about BSF/BSR] by [[Severi Salminen]], [[CCC]], January 31, 2002 » [[BitScan]]
* [https://www.stmintz.com/ccc/index.php?id=254431 Requiem v0.53 released] by [[Severi Salminen]], [[CCC]], September 26, 2002

=External Links=
* [https://www.linkedin.com/in/severi-salminen/ Severi Salminen | LinkedIn]
* [https://github.com/sevesalm sevesalm (Severi Salminen) · GitHub]
* [http://www.saunalahti.fi/~sevesalm/index.php Homepage of Severi Salminen] (old)
* [http://www.saunalahti.fi/~sevesalm/Requiem.php Homepage of Severi Salminen - Requiem]
* [https://bugfree.fi/ Bugfree]

=References=
<references />
'''[[People|Up one level]]'''
[[Category:Musician|Salminen]]
[[Category:Violinist|Salminen]]
[[Category:Chess Programmer|Salminen]]

Navigation menu